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 / Exporting gallery data...
Power Automate
Unanswered

Exporting gallery data to CSV using Collections to filter user interactive data from "ComboBox" and "search input"

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I'm trying to filter 3 column data using "ComboBoxes" and "Search Input". I pull the data from main table using the filters in a collection specifying the filter conditions applied on the ComboBox. But it throws me this error saying "Error when trying to retrieve data from the network", and none of the data is getting populated.

Sathyashree_0-1663098510406.png


I used this query to pull the data. It worked very well when I had not yet added the "Total revenue" column. Can someone please let me know why the filter fails when I add the columns I want the data for?

ClearCollect
(
Collection_Show_Data,
Search(
Filter(
Filter
(
MMStoreListAutomate,
Region=ComboBox_Region.Selected.Result || IsBlank(ComboBox_Region.Selected.Result),
Retailer=ComboBox_Retailer.Selected.Result || IsBlank(ComboBox_Retailer.Selected.Result)
),
Total_x0020_Revenue
),
GLID_Input.Text, "Global_x0020_Location_x0020_ID"
)
);

Data_Export_Flow.Run
(
JSON
(
Collection_Show_Data,
JSONFormat.IncludeBinaryData
)
);



 

Categories:
I have the same question (0)
  • v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @Sathyashree ,

     

    First of all, there is a thread you may fine a way to solve this error:

    Solved: Error when trying to retrieve data from network - Power Platform Community (microsoft.com)

     

    And the blog:

    How to fix - Error when trying to retrieve data from the network | Hardit Bhatia: The Power Addict

     

    Please first try and disable the "formula-level error management" option in studio settings -> upcoming features and get more detailed error message. 

     

    Best regards,

  • Muralidharan Profile Picture
    340 on at

    @Sathyashree 

    Can you please provide the column metadata (the columns that you wanted in the resultset) from - MMStoreListAutomate list ?

     

    Thanks,

    Murali

     

    If I have answered your question, please mark your post as Solved.
    If you like my response, please give it a Thumbs Up.

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!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 112 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 52

#3
Ellis Karim Profile Picture

Ellis Karim 51 Super User 2026 Season 1

Last 30 days Overall leaderboard