I am wondering how to add different actions based on the cell value (if cell value=Yes, there will be one action, and if cell value=No, there will be another action).
I know this is pretty common question but I can't find this information.
Thanks!
Regards,
Elena
1 Comment
W
Wayne Pozzar
said
over 5 years ago
generally speaking you would do this with a dictionary.
You can create a dictionary that would turn "Yes" into "Action Type 1" and "No" into "Action Type 2".
Then you can map the field to Action Type and apply the dictionary. That way if the field is Yes it will create an action of Action Type 1 and if the field is No it will create an action of Action Type 2.
Elena Fedosova
Hi
I am wondering how to add different actions based on the cell value (if cell value=Yes, there will be one action, and if cell value=No, there will be another action).
I know this is pretty common question but I can't find this information.
Thanks!
Regards,
Elena