Hi,
I have a MS Form connected to MS List to control requests from different departments. One of the fields in the form is an Option listing several roles, my current need is to be able to parse the value chosen by the user and return the correct department in charge.
There are 15 roles among 2 different departments, the logic should be like this:
If Barge Lead is chosen in the form, then it should return Marine and Maintenance Department in the MS List.
If Production Operator is chosen, then return Production Department in the MS List's CC Responsible Value.
How can I set up the flow to parse via /If Case/ or /Select case/?
Thanks.