Hi @MARTIN VALERO Carlota - Contractor,
Thank you for posting in this community.
Unfortunately, we can't set it to modify only a certain column of values in a certain row. However, we can create a timed task on the 1st of each month that will give editing privileges to the user for the row that will be modified in that month. And remove the permission on the 9th of each month.
Preparation:
The date is recorded as a Date and Time type column. And numeric column Valor Actual column is a numeric type column and set the maximum and minimum values.
Power Automate flow at the beginning of the month:
1.Create a Scheduled cloud flow. Implemented on a monthly basis.
2.Find the id of the item to be modified based on the value in the date column by using Filter Query. Please replace your date column name.
Your date column name eq 'formatDateTime (convertFromUtc(utcNow(), 'Central Standard Time' ),'MM/dd/yyyy')'
3.Use the Grant access to an item or a folder step to grant editing privileges to the appropriate people.
Power Automate flow on the 9th of each month:
1.Create a Scheduled cloud flow. Executed on the 9th of every month.
2.Find the id of the item to be modified based on the value in the date column by using Filter Query. Please replace your date column name.
Your date column name eq 'formatDateTime (convertFromUtc(addDays(utcNow(),-8), 'Central Standard Time' ),'MM/dd/yyyy')'
3.Use Stop Sharing an item or file to stop editing permission.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.