Hi
I have a Power Apps Canvas app and I use Patch to add items to a SP List which works fine.
I am trying to get the ID of the item after it is patched but run in to an error.
Thanks
P

Hi
I have a Power Apps Canvas app and I use Patch to add items to a SP List which works fine.
I am trying to get the ID of the item after it is patched but run in to an error.
Thanks
P
Hi @pmwhelan
You would need to reference the ID property vLastPatched. The syntax in your call to Notify would look like this:
Notify("Form added" & vLastPatched.ID, NotificationType.Information);