Hello guys,
Is there any way to toggle activities options programmatically? Based on variable value like true or false, or conditional if (value<5)
Hello guys,
Is there any way to toggle activities options programmatically? Based on variable value like true or false, or conditional if (value<5)
Hello @Bendan_Lukito
You can’t dynamically change this values. Instead you can use a if condition and based on the variable value you can click on the activity with respective option.
It means in the then as well as else , you need to keep the same activity with different options and based on the condition it can use the respective activity.
I see…thanks for the solution
Never thought of it, I was looking to enable expression editor for activity option
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.