Hi everyone!
I have a question regarding App States. I have seen this video about the drag and drop feature: https://www.youtube.com/watch?v=oIHIlLq16rI and saw that there is a previous step where the is a query to a collection on "Users" and then the Page State is updated with those "Users" documents. The type of data is: Document <list>
I want to do the same but instead of a Page State, it has to be a App State because that query persist through all the app.
I cannot find an App State data type that is Document. See below. The data type Document Reference is not working as expected, because I cannot access to the fields that are in that Document directly (and have a perform an extra query).
Could anyone clarify? Many thanks for your help!