web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Expression to set menu...
Power Automate
Unanswered

Expression to set menu input in flow element as "untouched" ..?

(0) ShareShare
ReportReport
Posted on by 2

Hi, I try to use Adobe Sign connector and what I need is variable number of signers in my flow.

 

To specify the signer you need to add three data elements for each signer: e-mail address (string), signing order (int) and choose his role from the menu.

Adobe Sign API allows dynamic number of signers, but if you even specify the name of one of above mentioned data elements (you pass en empty e-mail for signer_5 for example) then the API throws an error (incomplete data).

 

So as I understand the need is to create such an expression which returns something which is treated as if this form element was empty (without any expression).

 

What to return?

 

Categories:
I have the same question (0)
  • czar Profile Picture
    2 on at

    I'd add additional info:

     

    If I set e-mail to string expression:

    if(empty(body('Pobierz_element')?['RepOp_2']),null,body('Pobierz_element')?['RepOp_2'])

    or

    if(empty(body('Pobierz_element')?['RepOp_2']),'',body('Pobierz_element')?['RepOp_2'])

    I get this in the request

     

    If I change the type of the variable used in this field to "Object" and use the expression:

    if(empty(body('Pobierz_element')?['RepOp_2']),null,body('Pobierz_element')?['RepOp_2'])

    I cannot see the field in the request (so it seems to the some trick), but the API request fails anyway with:

     

    What else can I try ..?

     

     

     

     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 873

#2
Valantis Profile Picture

Valantis 813

#3
Haque Profile Picture

Haque 526

Last 30 days Overall leaderboard