Hi,
I am populating 'WorkflowID population' form field based on the 'Select Marketing support' selection.
Select Marketing support is basically the the type of the request. upon Marketing support selection, populating it's Workflow ID in the 'WorkflowID population' form field.
Once that is populated, I need to set a default value 'Workflow name - test' form field.
I have created a business rule with below If else condition and set as Default value on the 'Workflow name - test' form field but not working. It is setting Test 2 by default.
Let me know if I am missing anything.
Example:
If WorkflowID population = 2, then set 'Test 1'
Else Test2.