Community:
I have a form where I want to change the status of the record from open to close, when the status is changed in the form using a drop down menu, I want to then patch the date closed value to date now:
Here is the code as it stands:
If(Job_Status_Change_drp.Selected.Value = "Closed",
Patch( Gallery_Job_Status.Selected,ThisItem, { Close_Date: Now() }),ThisItem, { Close_Date:"" })
the source table is '[dbo].[aas_wf_transaction_tbl]'