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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / PowerApps (V2) Input
Power Apps
Unanswered

PowerApps (V2) Input

(0) ShareShare
ReportReport
Posted on by 21

Hi,

 

I have a power automate flow to capture data using powerapps (v2) as the starting trigger. However, it seems there is a small percentage that when I review the power automate failed run log, the data input for the fields are blank. For example, if i am inputting file name, date, the file name comes in as blank. Any ideas how to circumnavigate this or do an if statement if input is blank, re-run the step again to recapture the input data?

error.png
Categories:
I have the same question (0)
  • BCBuizer Profile Picture
    22,535 Super User 2026 Season 1 on at

    Hi @weebot ,

     

    Make the fields that may come up as blank optional:

     

    BCBuizer_0-1681332920351.png

     

  • weebot Profile Picture
    21 on at

    weebot_0-1681908203435.png

    Hi, the above is what I have but I need to make all the fields "required" to have it in a certain order and ensure I capture all the data. I would think if some are optional, there are risks that I may have the flow run but would miss crucial data.

  • BCBuizer Profile Picture
    22,535 Super User 2026 Season 1 on at

    Hi @weebot ,

     

    In that case you may want to include some condition to provide a default value in case of a blank value in the formula that triggers the flow, for instance:

     

     

    PowerAutomateFlow.Run(
     If(
     Isblank(TextInput1.Text), 
     "No input provided", 
     TextInput1.Text
     )
    )

     

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 321 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 289 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 200 Super User 2026 Season 1

Last 30 days Overall leaderboard