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?