Hi Power Apps Community,
Issue: I am trying to Lookup a GUID value in SharePoint - which is generated in Power Apps and then Patched to SharePoint using the following:
Set(varGUID, Text(GUID()));
If the value matches, then the Checked.Icon with appear. The following is on the Icon property:
If(IsBlank(LookUp(SP List, GUID in varGUID)), "", Icon.Check)
Unfortunately, no result is returned when performing the required action.
Will appreciate any help.
Thank you in advance.