FlagExist=0

FlagExist=0

what is this expression means exactly like i found this expression in if condition.

can any one help me friends.

Thank you.

1 Like

Hi @meeraa

basically they are checking the condition

can you tell us the variable type of flag exist

if its a integer then they are vaildating if its equal to zero

if its a boolean variable

then 0 stands for False
as per computer lannguage

so they are checking if boollean value eq to false

1 Like

Hi meeraa,
this expression standalone is just comparing the value for flagexist variable with 0 which will result in boolean result, but I think this is actually related to previously used activities in Workflow. Send the SS of above workflow for us to get a better understanding

Thanks
Vineet

1 Like

Hi @Vineet_Joshi
issue03082203

So here its says… if its false then they want to execute that workflow :slight_smile:
@meeraa

1 Like

Hi @meeraa
if you have no more questions on this
please close the topic

Thanks

Hi @meeraa, in your workflow check if FlagExist variable valve is getting changed or not. If it is getting Changed somewhere then you can compare. And in the expression we are cheking a int type variable value.

Is this flow inside a For loop??

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.