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

Community site session details

Session Id : 8eZK/UmCg9pFH3YjIZygIG
Power Automate - Building Flows
Answered

Child flow with Manual Trigger: text property exists but error states thast it does not exist. Bug?

Like (0) ShareShare
ReportReport
Posted on 5 Apr 2021 23:32:45 by 152

I access a child flow another flow and pass a basic set of variables as text. Processing the strings in the child flow fails with error "...property 'text_7' doesn't exist..." however it clearly does exist as demonstrated in the screenshots:

Screen Shot 2021-04-06 at 9.24.44 am.png

The error message.

 

Screen Shot 2021-04-06 at 9.02.35 am.png

Peek code clearly shows the property is available.

 

Where to from here?

  • HydrogenUtility Profile Picture
    152 on 06 Apr 2021 at 10:38:45
    Re: Child flow with Manual Trigger: text property exists but error states thast it does not exist. Bug?

    Great. That's a good explanation. But I'm still unsure about why the '?' is occasionally present (in prompted entries) and occasionally absent.

    Thanks again.

  • Verified answer
    fchopo Profile Picture
    7,972 Moderator on 06 Apr 2021 at 10:11:22
    Re: Child flow with Manual Trigger: text property exists but error states thast it does not exist. Bug?

    Hello @HydrogenUtility 

    The main difference is that if you don't use "?", Power Automate will thrown an error if the field value is null, but on the other hand, using "?" it will return NULL.

    More info: Solved: Difference between item()['key'] and item()?['key'... - Power Platform Community (microsoft.com)

    and here: Solved: Use of Question Mark(?) in expressions - Power Platform Community (microsoft.com)

     

    I always use "?" to make sure Power Automate won't break if there's a NULL value in any field 😉

    Hope it helps!

    Ferran

     

     

  • HydrogenUtility Profile Picture
    152 on 06 Apr 2021 at 06:53:52
    Re: Child flow with Manual Trigger: text property exists but error states thast it does not exist. Bug?

    Thanks very much @fchopo. I actually re-built the child flow from scratch to make it work so cannot (at this time) test your answer. But it seems so obvious to me now you say it.

    But...

    How do you explain this, being the source of the variable syntax when I write an expression:

    Screen Shot 2021-04-06 at 4.47.13 pm.png

    Hover on the first instance of 'from' which I placed in the flow using Add dynamic content this morning is reads: triggerBody()['text_5']    ** without the '?'**

    Screen Shot 2021-04-06 at 4.47.20 pm.png

    Hover on the second instance of 'from' which I placed in the flow using Add dynamic content a moment ago is reads: triggerBody()?['text_5']    ** with the '?'**

     

    I can only replicate dynamic content with '?' but it's plain to see that it's turned up in two different ways previously.

    Mystery? Bug?

     

    Thanks for your input!

  • fchopo Profile Picture
    7,972 Moderator on 06 Apr 2021 at 06:40:28
    Re: Child flow with Manual Trigger: text property exists but error states thast it does not exist. Bug?

    Hello @HydrogenUtility 

    Could you try using the following expression (question mark before ['text_7']) ?:

    split(triggerBody()?['text_7'],'<br>')

    Hope it helps!

    Ferran

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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

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!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 2

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 2

Loading complete