When creating a workflow, I can input text or numbers conditionally using a yes/no expression and format it as text or number.
However, at times I need to input data (database entities) into an expression. For example I would like to add Thing A or Thing B depending on a setting. So the expression would be Setting’s Require Thing A:Formatted as Data: Yes = Do a search for Thing A, No = Do a search for Thing B.
However this doesn’t seem possible in-line. I need to create a separate action using condition for each setting.
Am I missing something?