Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

FLOW NOT TRIGGERING WHEN FILTERS IN POWER APPS IS BLANK OR NOT INITIALIZED

(0) ShareShare
ReportReport
Posted on by 46

Hi,

I am having a hard time triggering a flow when filters in my app are blank. A button is connected to a flow which triggers to export a csv file. However, upon checking with flows history, it did not trigger.

jonahinguito_0-1708508941557.png

It only triggers when I select items in the filters and then unselect it which outputs this in PowerApps

jonahinguito_2-1708509235670.png


But before, when a filter is blank, it outputs like this where unselected and uninitialized filters are set to null. But this was made with no datasets connected or involved.

jonahinguito_1-1708509173767.png
What could be the possible cause of this?

Here's my OnSelect expression to the button:

//Export CSV and Get File URL
Set(
 csvfileURL,
 EXPORTCSV.Run(
 {
 text: Province.SelectedItems.Value,
 text_1: Acqui.SelectedItems.Value,
 text_2: ProjectTag.SelectedItems.Value,
 text_3: Entity.SelectedItems.Value,
 text_4: Type.SelectedItems.Value,
 text_5: Muni.SelectedItems.Value
 }
 ).fileurl
);

// Notify User
Notify("The copy of csv file has been sent to your email successfully. Please check your inbox.", NotificationType.Information);



Thanks,

 

  • v-jefferni Profile Picture
    on at
    Re: FLOW NOT TRIGGERING WHEN FILTERS IN POWER APPS IS BLANK OR NOT INITIALIZED

    Hi @jonahinguito ,

     

    If you need to pass tables to power automate, you need to use JSON function to include the tables in PowerApps, convert them to texts and then they can be passed.

    debajmecrm.com

     

    Best regards,

  • jonahinguito Profile Picture
    46 on at
    Re: FLOW NOT TRIGGERING WHEN FILTERS IN POWER APPS IS BLANK OR NOT INITIALIZED

    Yes. They are set to accept text input

  • v-jefferni Profile Picture
    on at
    Re: FLOW NOT TRIGGERING WHEN FILTERS IN POWER APPS IS BLANK OR NOT INITIALIZED

    Hi @jonahinguito ,

     

    Are you using Text fields in PowerApps V2 trigger?

     

    Best regards,

  • jonahinguito Profile Picture
    46 on at
    Re: FLOW NOT TRIGGERING WHEN FILTERS IN POWER APPS IS BLANK OR NOT INITIALIZED

    Also, I am getting null values after removing dataverse connector. It seems Dataverse connector hates null values from trigger output of PowerApps.


  • jonahinguito Profile Picture
    46 on at
    Re: FLOW NOT TRIGGERING WHEN FILTERS IN POWER APPS IS BLANK OR NOT INITIALIZED

    Actually, I tried to put values on the defaultselecteditems properties. However, it just proceeds but I don't see the flow runs history. Here the snip of flow that I recently run. I can't see the latest record.

    jonahinguito_0-1708680594164.png

    jonahinguito_1-1708680630050.png

     

     

  • v-jefferni Profile Picture
    on at
    Re: FLOW NOT TRIGGERING WHEN FILTERS IN POWER APPS IS BLANK OR NOT INITIALIZED

    Hi @jonahinguito ,

     

    It seems you don't have any default values in these Combo boxes. Please try and set [] in DefaultSelectedItems properties of all those Combo box controls.

    vjefferni_0-1708680297817.png

     

    Best regards,

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