Populate date an action button was pressed

I have an Action Button on a main form (Shipment Log) that copies specific data to another form to send out to my customer. What I would like to do is capture the date that the Action Button was selected and populate in a field on the Shipment Log. I additionally would like to update a status field on the Shipment log to another status. Thoughts?

Hi,

You could try to add an Update Values button, update the variable {{TODAY}} to a field which can get the button action date/time. After creating update values button, combine this and the convert data button to get a new action button which can convert data to another form and update the date value at the same time.

1 Like