@Cat , No decision table can't be used in workflow. try adding Run Script activity in your workflow and write a script like below// Get the current RITM recordvar ritm = current; // In a workflow, 'current' refers to the sc_req_item record// Get the ...
@Cat , you can achieve this by creating a decision table and using it within your flow. The decision table can map each Team option to its corresponding description.Then, in your flow, use the decision table output to update the RITM and Catalog Task...
@ztb1997, when creating the after business rule, make sure to check the checkbox next to "Update." This ensures that your business rule will trigger when the field's value matches the specified condition If my answer replied your question please mark...