Skip to main content

Notifications

Power Apps - Building 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?

Categories:
  • BCBuizer Profile Picture
    BCBuizer 21,809 on at
    Re: PowerApps (V2) Input

    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
     )
    )

     

  • weebot Profile Picture
    weebot 21 on at
    Re: PowerApps (V2) Input

    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
    BCBuizer 21,809 on at
    Re: PowerApps (V2) Input

    Hi @weebot ,

     

    Make the fields that may come up as blank optional:

     

    BCBuizer_0-1681332920351.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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

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

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,580

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,909

Leaderboard