I am using Patch function to update status column of type choice in dataverse table using the below function and I am getting an error - "The type of this argument does not match the expected type 'OptionSetValue' - Found Type - 'Record'"
Dataverse Table Name - Trainings
Column Name - Training_Status
The function used is as below:
Patch('Trainings', LookUp(Trainings, Training = ThisRecord.Trainings), {Training_Status : {Value: "Approved"}})
Any Suggestion?
Thanks in advance.