Hey there
I hope someone could help me with the following issue. This is my setup:
Table Users
- Default Users table from Dataverse, including all users in the tenant
Table Schools
- Users - type: Lookup to Users (internal name: crc06_User)
- Date - type: date (internal name: crc06_date)
- some other fields...
If I would like to add the table Schools into a collection, the field crc06_User (which should contain the unique id of linked User) is empty. I realized this always happens with LookUp fields:

With ForAll() I could loop through each item to get the unique identifier of the User field. However, combined with a Filter on the data source, I get a "Invalid argument type" error. If I use As for the data source, the error disappears, but so does the unique identifier for the User field again... making LookUp invalid.

Anyone knows how to get around that issue?
Thank you and kind regards,