Forum Discussion
Need help with multiple Nested If Columns
Hi, the flow is triggered by 'When a new response is submitted'. The flow itself is running and pulls every other piece of data across, except this choice column. Yesterday when I was running some tests, I didn't have my Nested If statement in Column 3 and the flow worked fine, pulled the choice column data with no issues but the column didn't populate because I had the wrong calculation in there. As soon as I changed the calculation to what I posted earlier, it stopped pulling the data.
If I look at the flow run, it's pulling the data from the form via 'Get Response Details',:
but is not populating that data into 'Create Item'. The outputs say 'null' for those fields:
Because there is branching in the form I am using 'Compose' and the following outputs within the flow to negate the flow not working when faced with a compulsory field and no data due to branching:
I went back to my flow and re-entered the fields and re-ran the test and the data from the choice question is now coming across so it's not the flow.