Good Morning all,
I am new to the world of Microsoft Flows, I am a low grade developer - I have wrote many different apps for making my life easier, and I stumbled across Flows. I am however struggling to adjust to the flows.
I have created a form, it contains 3 static text fields for the likes of Name and Email Address. I then have choice boxes, lets call them product 1 through 10.
My flow is as follows:
When a new response is submitted > get flow response details > Initialise a variable > Create Sharepoint Item.
Now, At the point I initialise the variable, and it allows me to set the value as to all chosen options on the form.
The next step is to create the sharepoint item, which again - half works....
Customer Name, Company Name and Contact Email address - pulls the fields perfectly from the form, along with "all products" - the item creates in sharepoint, without error. So I know flows can talk to sharepoint.
The issue is "products 1 through 10". I have set sharepoint to have products 1 - 10 each with their own column "yes or no" format. When I try to set the flow though it defaults to either "yes" or "no", I can go to "enter custom value" but there is no dynamic content available.
from a coding perspective, I want to achieve the following "if productslist contains product1 then set yes/no field to yes", likewise for the rest of the individual product fields. But if I do an "if", I cannot find the syntax required to say "read the variable" so that I can say "does it contain".
Can anyone assist? am I missing something obvious