I have a data source which consists of different status (Pending, Approval and Rejected)
I want to include 3 different galleries connecting to the data source while showing each of the stage in 3 different parts.
Approval and Pending as well.
Do I have to set a default value under Advanced? Kindly advise. Thank you so much
Solved! Go to Solution.
Hi @kev-defy,
Do you want to add three Galleries to display different status?
Could you please share a bit more about your scenario?
Here is what I assume, add 2 Galleries to display different status,
Add 3 Galleries, and set the Items property separately as below:
Filter(List,Status.Value="Pending")
Filter(List,Status.Value="Rejected")
Filter(List,Status.Value="Approval")
Hi @kev-defy,
Do you want to add three Galleries to display different status?
Could you please share a bit more about your scenario?
Here is what I assume, add 2 Galleries to display different status,
Add 3 Galleries, and set the Items property separately as below:
Filter(List,Status.Value="Pending")
Filter(List,Status.Value="Rejected")
Filter(List,Status.Value="Approval")
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
184 | |
95 | |
66 | |
64 | |
60 |
User | Count |
---|---|
243 | |
163 | |
94 | |
82 | |
80 |