Hi all,
I am trying to use Patch funch to patch New form to Sharepoint List 1.
but after this patch to sharepoint list1, i want to get the ID from sharepoint list 1 and patch to Sharepoint list 2 as a lookup function.
How can i do this?

Hi all,
I am trying to use Patch funch to patch New form to Sharepoint List 1.
but after this patch to sharepoint list1, i want to get the ID from sharepoint list 1 and patch to Sharepoint list 2 as a lookup function.
How can i do this?
Hi @WeiMingLeong ,
If you want to get the ID of the item from list1, please try this:
Set(varID, Patch(list1, ...).ID)
Best Regards,
Wearsky