Hi
Someone can help me with the situation below.
Datasource from SharePoint List.
when SubmitForm(Form1); the data summary will appear in Gallery in the next screen.
In my case, when submitting the SubmitForm(Form1); the next screen will appear all data in the gallery including other users.
While I just need only data submitted by an individual user.
Many Thanks in advance..
Solved! Go to Solution.
Hi @faish ,
The Items of the Gallery on the next screen would be(
Filter(
SPListName,
'Created By'.Email = User().Email
)
You would also need to add any existing filters to this.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
Hi @faish ,
The Items of the Gallery on the next screen would be(
Filter(
SPListName,
'Created By'.Email = User().Email
)
You would also need to add any existing filters to this.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
User | Count |
---|---|
162 | |
91 | |
68 | |
64 | |
63 |
User | Count |
---|---|
211 | |
157 | |
93 | |
81 | |
71 |