I am pulling my hair out to why this isn't working. For some reason GUID are just a pain in the a## with Dataverse. I'm about to code a Power Automate that just stores the GUID in its own Text field.
I have a gallery. I am trying to do a normal Filter.
LookUp('Price List Items', "pricelevelid" = lbl_QuoteIDVar.Text )
* I know this price list exist. I specifically debug it to a specific record. I've tried 'Price List', i've tried 'pricelevelid', i've tried wrapping into a GUID() statement. Almost all the time i get an error. The above code it finally doesn't error but it doesn't show any resuilts ether.
Table Name is: Price List Item
Field, I want to filter is Price List (pricelevelid)