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

Forum hierarchy changes are complete!

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

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 501 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 323 Moderator

#3
abm abm Profile Picture

abm abm 237 Most Valuable Professional

Last 30 days Overall leaderboard