How can we read/use the values returned by behaviour formulas such as Patch?
The reference article mentions this: "The return value of Patch is the record that you modified or created. If you created a record, the return value may include properties that the data source generated automatically."
I am not sure how to get the return value when associating a patch with an OnSelect of say a button. This is useful to get the auto generated ID of a new item from a SharePoint list for example.