Hello,
I watched a good video explaining how to use HTML->Text and Split functionality with a delimiter and a pipe ( | ), however the contents of my form can change based on parent selections.
Example:
User selects value from Dropdown 1 in form, this enables 3 more required fields. So my e-mail body ends up with 4 unique values, all delimited with a pipe, and I can split and create Sharepoint Item without issue, mapping to the proper SP columns.
But, if the user selects a different value from Dropdown 1, this will enable 6 new required fields, all different than the 3 in the first example. So what ends up happening is my split function assigns the wrong value to the SP column because it is only written for one permutation of form data.
So, how can I stop relying on splitting of arrays based on delimiters and instead, have Flows actually look for a specific string of text and only map it to the specific SP column?


Report
All responses (
Answers (