I created a very simple flow with copying data from List1 to List2.
I need to limit copying and here comes a problem because List1 also contains data of other users
Is it possible to limit copying to users who created data in power apps?
In my application it works
- In pawer apss application user enters data.
- A sharepoint list is created (List1).
- The data after being created in power apss will change the status to "Approved".
(Here is the problem)
- copying data
Can I count on your hint ?
Solved! Go to Solution.
Hi @OgOrowy ,
You could try:
in your canvas app the submit formula should be:
FlowName.Run(User().Email)
Best Regards,
Bof
Hi @OgOrowy ,
You could try:
in your canvas app the submit formula should be:
FlowName.Run(User().Email)
Best Regards,
Bof
Unfortunately there is some problem with the input
The current user is set there
Hi @OgOrowy ,
Please copy the Filter Query I provided in its entirety.
Author/EMail eq 'CurrentUser'
Best Regards,
Bof
Thank you very much for your help 🙂
Actually you need to refer to the list with which to check the value
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
8 | |
2 | |
1 | |
1 | |
1 |