hello there, I have a userID as string in a workflow and I want to cast it to string
I used this function int()
but the id converted to some integer with + sign
what I want to achieve is that I have a user lookup function in the workflow
and I want to lookup for a user with the ID.
when I pass the string as an ID it prompts me an error
any suggestion would be welcomed