to achieve this you can use Patch function, your code should look something like this
Patch(
YourDataSource,
LookUp(YourDataSource, ID = Gallery.Selected.ID),
{StatusColumnName: "completed"}
)
After the patch add a refresh so you can see your changes reflected
Refresh('CO2 Reports')
Please make sure to replace the code with the real names of your data source and columns, also for the lookup im using Gallery.Selected.ID as an example, you can change it to a variable or whatever you like.
Regards.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.