Forum Discussion
krishn
2 years agoHelper I
Object type value conversion to INT
Hi I am getting out put from set activity (integer variable) and I am using the same in if condition activity. However I am getting below error, can please help how to resolve this. expression I am ...
NandanHegde
2 years agoSuper User
The outout of this aspect activity('Lookup1').output is of type object and not integer because of which it is failing.
you need to provide a specific value from that output.
Sample :
As seen the output of any lookup value is as the above format.
Can you please share the screenshot of the lookup output value and which value you are trying to convert to Int? Based on that we can help further