Hello All,
I have a Share Point list page (Waivers), in which I am using Patch function to insert into the share point list page. That part works fine, but when I try to update I am unable to get the values from the main page
Here is my list page.
When I click on either of the titles, its always pulling first row with ID 21.
Here is the code I have written to pull ID into a variable and then use in the default function of a text field which. you can see above with value 21, even when I click on 22 row.
Set(
varWaiverId,
LookUp(
Waivers.ID,
ID = ThisRecord.ID
)
).