Hi,
Is it feasible to get expression in delegateTask populated with hard coded value i.e String Value and Expression as well ,.
e.g
Class Field
Name : fieldName
String Value : test, hello, ${exp}
however above doesn’t work.
In our flow we have some hard-coded values and some values are coming from instance variable.
@jonathanlevis , Thanks for your answer.
However I was looking for class fields with combination of expression and hard-coded values.
In fact we get 2 options to set value either string value or expression we can’t have both together.
For workaround I am populating another variable consisting of string values so all can be used in expression.