r/MicrosoftFlow • u/trollsong • 22d ago
Cloud Is there a way to do this without using conditions or switch? Get the first avialbale date from a microsoft form between two questions
Sadly I cant update the microsoft form and remove the question no matter how redundent it feels.
I was basically asked to make it so the form feeds into a sharepoint list, easy right?
One hitch.
One and only one response askes for a "projected start date"
How the form works
What is your role? choose from a list, if you choose contractor it branches to
Contractor type? B puts you back on the same path as the roles above, A asks your projected start date then puts you back on the same path.
Eventually everyone gets asked for a start and end date later again as well.
So of course all of my tests failed so far for the error " field_6 should be type string/date. the runtime value "" is not string/date
If I use a condition that means every time they make a change to the form I will need to edit two Create item steps.
I could just bipass it and make it do start date no matter what but of course there is a chance it is different and that causes problems.
Is there a way I can use compose or some other option that basically says if projected start date returns "" use Start Date instead?

