Hello all,
I am trying to build a flow to ingest a jotform connector item (Form) into a sharepoint list.
I have it working fine, EXCEPT when user does NOT add attachment, the flow will fail, and not complete.
There is a function of initialize variable that must remain in main body, cannot move to a Condition statement. (it will not let me)
The jotform connector delivers the form data including the uri for the attachment.
Then the first http gets that uri and passes to Init Var, which I think captures the body of the attachment.
If the attachment uri is NULL, these two steps fail, and the rest do not get processed.
I have tried moving all steps below the first step into a condition, and check for null, but the Init Var will not move.
Does anyone know how I can check for null string, and properly handle to get this to work without an attachment?
Ok, so in the Init Var - I set to static value, and then added a Set Var in condition to set properly if actual value of uri exists..
I tested again with a no attachment form, and the first HTTP still fails, and stops the flow.
So, it is NOT the Init Var, but the initial HTTP that if the GET is null, it breaks.
Adding detail on http GET and Init Var coding
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1