Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Error check for uri in jotform to allow Null uri and process to continue

(0) ShareShare
ReportReport
Posted on by 54

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)

 

breid_0-1611940257355.png

 

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?

  • breid Profile Picture
    54 on at
    Re: Error check for uri in jotform to allow Null uri and process to continue

    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.

  • breid Profile Picture
    54 on at
    Re: Error check for uri in jotform to allow Null uri and process to continue

    Adding detail on http  GET and Init Var coding

    breid_0-1611941086035.png

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1