I have a column on a sharepoint list named "Steps Count"
I want to reset it every beginning of the week to all 0.
Beginning of the week (Sunday)
Can anyone help me how to set it up? or if its possible?
Solved! Go to Solution.
I just saw your Update Item action have many fields.
Set fields as below:
Set Title column with Title from Get Items
Set ID column with ID from Get Items
Set Steps Count column with 0
Set rest of the field values to blank by clearing any values.
Regards
Krishna Rachakonda
If this reply helps resolving your issue, please mark it as Accepted Solution.
Create a Scheduled flow to run on every Sunday as show below:
in the flow, you can use Get Items and Update Item actions to update the column to Zero.
Regards
Krishna Rachakonda
If my reply helps resolving the issue, please mark as Accepted Solution.
I just want to clear a specific Column, and not touch other column.
can you help me whats next?
Here is how you should be writing this flow:
Regards
Krishna Rachakonda
If this reply helps resolving your issue, please mark it as Accepted Solution.
I just saw your Update Item action have many fields.
Set fields as below:
Set Title column with Title from Get Items
Set ID column with ID from Get Items
Set Steps Count column with 0
Set rest of the field values to blank by clearing any values.
Regards
Krishna Rachakonda
If this reply helps resolving your issue, please mark it as Accepted Solution.
For most (but not all) column types, you can set the values of non-required columns to blank by setting the column to null in your update item action. You can either reference null in the expression window or use a compose action, set it to null and reference the compose action. Please see my example below.
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 |
---|---|
32 | |
15 | |
14 | |
8 | |
8 |
User | Count |
---|---|
34 | |
24 | |
17 | |
7 | |
7 |