I have two data collections, users and statuses. Each user has one status. Each data collection also has a document reference field to the other data collection. For users, there is status_ref and for statuses there is user_ref.
My expected workflow is a user creates and account and I am able to insert an action that will create their first user record and status record, however, despite being able to create a record in both collections for the new user, the status_ref in the users data collection is not being created and I do not see how to generate that from the options in my actions. What am I doing wrong?