Forum Discussion
Chet_Iwuagwu
Jul 14, 2022Copper Contributor
How to Move store data from one column to another column in a sharepoint list
Hello, I created a SharePoint List that has 350 entries. Two columns in particular in this SharePoint are "Clean Date" and "Previous Clean Date". I created a PowerApps that requires a user to cre...
Bharath Arja
Jul 14, 2022Iron Contributor
Create another column called 'Clean Date Duplicate' . Use Power automate flow. If 'Clean date' is not equal to 'Clean Date Duplicate' do the following steps.
Step1: Write value 'Clean Date Duplicate' to 'Previous Clean Date' on every submission
Step2: Write value 'Clean Date' to 'Clean Date Duplicate'
You may need to tinker with conditions but something like this should workout for you. Good luck!
Step1: Write value 'Clean Date Duplicate' to 'Previous Clean Date' on every submission
Step2: Write value 'Clean Date' to 'Clean Date Duplicate'
You may need to tinker with conditions but something like this should workout for you. Good luck!