08-05-2020 08:02 AM - edited 08-11-2020 11:55 AM
Hi.
I have three sharepoint lists: ListA, ListB, ListLogs. Every time an item of the ListA (or ListB) is modified I write in the ListLogs, through automatic flow, three information:
1) timestamp
2) link to ListA (or ListB)
3) reference to the item that has been modified.
Then I run statistics through PowerBI.
Fields 2) and 3) are used to reference items that have been changed. What is more correct to use to reference the single item? Should you use the List.ID or List.Item.GUID field?
Thanks
08-07-2020 07:51 PM
Solution