Hello,
I created an intake form for a project request. In the form there's a field where the submitter has to select from a dropdown list of Contract Information choices. Here are the automation logic I have:
When I tested it by selecting the different options in the dropdown in the sheet column, this works correctly. However, when we tested it by completing the intake form, it just changed the cell in the Contract Type column into "Collaboration Agreement". Does anyone know why that's happening? If I manually change the "Contract Information" in the sheet afterwards, the automation will then change the "Contract Type" into the correct one.
Someone suggested maybe the automation logic is too complicated in one workflow, and that I should split them up. I could do that for the first 4 logics, but how can I create a workflow for the last one. The last one (Otherwise) needs to be if the submitted selected more than one of the choices that would give the other agreement options, then it'll auto-populate as "Collaboration Agreement".
I tried to do this:
But when I save, it automatically changes to this: