I'm working with the Document Automation Kit Power App example. It uses several Dataverse tables, a Power App and several Power Automate Flows. In two of the tables, there is the field aib_DocumentAutomationProcessing which is defined as a lookup field. The two tables have a relationship based on this field.
When I look at the table in the Power Apps website, the field shows a datetime (2023-07-28T20:49:44+00:00). But when I run the flow and look at the data for the successful flow, the field value is a guid. And when I load the tables into Power BI, these fields are guid's.
How are they displaying datetime when they are really a guid?