Hello,
I am pretty new to Automate but find it extremely useful. I have managed to build a pretty good flow from forms to SharePoint via MS docs and some good YouTube videos. I truly would appreciate any help or any reference materials to read.
"The 'from' property value in the 'select' action inputs is of type 'Null'. The value must be an array."
Issue:
In my form, I have branching so at times, I may not receive any answers for certain questions and that is ok because they were not needed to be answered. In some of my multiple choice, multi selection questions, Flow is expecting values and throws an error saying it expects an array and not a null value. How do i write an IF statement to handle that so no errors are thrown when something that is ok happens. In other words, null values may be ok at times.
Thank you again and look forward to your replies.