I’ve set up a workflow where site visitors can create an account simply by entering their email address. At the same time, a thing is created (a “saved cash back offer”). Later, when they sign into the app with the temporary supplied temporary password, I want them to see the thing (“saved cash back offer”) in a repeating group.
The trouble is that one of the do a search for constraint needs to be “created by = current user”, however in this case the thing had no creator. Is there a way to manually assign a creator when the thing was created in the first place? Are there other ways to do this? Thanks
The challenge is that the new saved offer (the thing) doesn’t seem to have a creator - it’s blank. This becomes a problem later on when we do a search for this offer with the constraint Created by = current user
Why not, when the user changes the temporary password and you then log them in, create a workflow event after that which will create the saved cash back offer…that way it will be created by that user
This would actually be referencing the current user, which is the user who is creating the account for somebody else in step 1…it would work but I believe if the user data field should reference the user created in step 1