Hi everyone,
I created a repeating table using a vertical gallery (datasource=SharePoint list)
I save/patch each row with a save button.
The color property of my save button:
If(ThisItem.IsSelected=true;Red;RGBA(0; 18; 107; 1))
But I want it rather to be like “if this item is changed”. After my users have made changes in a row I want the button in this row to turn and stay red until they have clicked the save button so that they don’t forget to save their changes.
Is this possible?
Thank you!