Hi, I build powerapps using sharepoint list. I want to record the person who not read my request/not accessed the list.
Here is my patch :
Set(
varRecord,
ThisItem
);
Patch(
'DDF List Upload',
varRecord,
{'Log History': varRecord.'Log History' & "Read " & User().Email & " " & Now() & " " & Char(13)}
here's my record
Then what I need to; I want to have the record of the assigned person who not accessed the file, because I want to send the reminder using Flow.
Can anyone have any idea please?
Hey @fikyf - Rather than storing accessible data in a column, I suggest putting it in a separate list called 'Log History.'
Log List:
Parent ID | Created By* | Created* |
ThisItem.ID | User1 | 8/31/2021 |
* You can reuse out of the box Created By and Created column to record user and timestamp
Then cycle through the allocated people, filter the log list to match the name and Parent ID, and send a reminder email if it isn't found.
Hi @Ashwin7104 ,
Thanks for the advice. Sorry, I still don't get it, I already have the record list in gallery
Here's my workflow :
What I want is to have a list record of person who not accessed the list in certain time then I would like to create a reminder email in Flow
Hi @fikyf ,
From your requirement rather than adding listing record of persons who not accessed the list in certain time you can check if the assigned users name/email is present in the log field after your timelimit if not you can trigger the flow.
If this post was helpful or you need more help please consider giving Thumbs Up and Tag me in your reply I'll be happy to help. If this post helped you solve your issue please click Accept as solution and provide Thumbs Up. This will help others find it more readily.
Hi @PG_WorXz10 ,
Thank you for the advice, I think the same idea with you before, but I don't know how to set the formula.
Can you give me the advice with the suggested flow or picture?
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
199 | |
52 | |
41 | |
39 | |
35 |
User | Count |
---|---|
263 | |
86 | |
71 | |
69 | |
66 |