Hey all,
I'm trying to set conditions for a digital hall pass for high school using the following scenario:
Students submit responses to a form that includes - first name, last name, destination, period of the class they are in (1-8).
My current workflow is:
When response submitted
Get Response Details (Response ID)
Post Message in chat or channel (User)
I am able to create the workflow currently to post all responses in a single channel but I am hoping to create conditions that would perform the following task.
When response submitted
Get Response Details (Response ID)
If Period 1
Post Message in chat or channel (User) for Period 1
If Period 2
Post Message in chat or channel (User) for Period 2
What would be the most effective solution for this beyond creating individual forms for each period...Please explain it like I am 5.
Thank you!