Hello guys,
Im facing a problem when publising my workflow as an activity in a library.
In the workflow im using the following condition in an if statement: ARRAY.contains(“String”)
But when I want to use the created activity from my library it gives the following error: contains’ is not a member of ‘System.Array’
Sure! I simplified the workflow a bit so maybe it doesnt make much sense. But this is basically it.
The workflow works, but once exported to a library it gives an error