I have 1 “parent” docs and 3 “child” docs. My 3 child docs have cross-docs table, referring to a table in a parent docs. The source table has “People” column in it. Previously (until yesterday), it synced to tables referring to it perfectly.
But today, “People” column in my child docs are not sync-ed well. I can’t access users’ attribute. It only sync user’s name and email hyperlink. I can’t access “User.Email” anymore. I use “User.Email” to match the email with logged-in user “User().Email”. I can match “User” with “User().Name”, but the problem is, full name is not unique.
It shows an error like this:
I believe it’s a bug, or maybe it’s an update related to user’s privacy concern? Please help, thank you