I am trying to create a Power Automate flow to remove data older than 21 days from a Sharepoint List created from Microsoft Forms.
I have created a COVID-19 contact tracing List using Power Automate and to comply with Data Protection I would like to delete data over 21 days.
I have a column named Date but don't know how to creat a simple work flow.
Can anyone help as this solution would help many users who have to collect details of visitors?
Many thanks.
Solved! Go to Solution.
You missed lt (lowerThen) in the GetItems formula ... some please try: Date lt ...rest of formula.
Also, please take in consideration to use Created column (rather then Date column) of your sharepoint list (it's a Default column that store the datetime value when the item was created) .
Hi @gabibalaban ,
Brilliant thanks. You sorted it no problem.
I now have it running daily to delete the information older than 21 days to comply with our GDPR.
Thanks a million.
Hi @gabibalaban .
Thanks for your help which is getting me ever closer to my solution.
I'm getting a failure on:
I have checked the Date colums in my List which gets its information from a Microsoft Form from the Submission time.
Can you or anyone else see what the issue is? I read somewhere that dates and times should be converted to UTC which might be the issue.
Once again @gabibalaban many thanks.
You missed lt (lowerThen) in the GetItems formula ... some please try: Date lt ...rest of formula.
Also, please take in consideration to use Created column (rather then Date column) of your sharepoint list (it's a Default column that store the datetime value when the item was created) .
Hi @gabibalaban ,
Brilliant thanks. You sorted it no problem.
I now have it running daily to delete the information older than 21 days to comply with our GDPR.
Thanks a million.
Join digitally, March 2โ4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
33 | |
15 | |
14 | |
12 | |
9 |
User | Count |
---|---|
38 | |
26 | |
19 | |
8 | |
7 |