First time getting this error, what is the problem with the get attribute activity?
Can you show your flow screen and error screenshot?
I believe it is not the problem with the activity, rather it is the problem of the variable
Thanks
@bp777
I assume you used get attribute to retrieve some attribute value. Give try on string datatype for the receiving variable
Visibility will return a int value which is 1 or 0
so try changing string to Int32
or cint(atributVisibility)
hope this solves your issue
Thanks
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.
