Hi guys :slightly_smiling_face: complete newbie here, so please don’t judge me too much :smiley: .

I am creating a platform that writes CV content for the users, depending on their inputs.

Once a user is logged in, generates a content, and saves it, he is sent to his content dashboard page, and the newly generated content (as well as older generated content) is neatly displayed on the user’s ‘Content Dashboard’. It works perfectly.

And once the user clicks on a content he sees thesaved content:

However, when the user is logged out, and tries to save the content, a Log-in/Register pop-up appears, where it says that the user needs to be logged in, in order to save the content.


Upon completion of the user logging in, the user gets sent to his content dashboard page. I would love for the newly ‘saved content’ to be displayed there, but unfortunately, currently it isn’t being displayed on the user’s content dashboard page. Only the older contents which have been previously saved when the current user was logged in are displayed. How can I get the ‘Saved Content’ to be displayed in the user’s dashboard, if the user clicked ‘Save Content’, while he was logged out?

If a user clicks ‘Save’ and is logged in, then ‘Create a New Post’ is activated with all of the inputs, and user gets sent to 'User_ content_dashboard" page with Data to send as the ‘Results from Step 1 - Create a New Post’, only when Current user is logged in. And it works perfectly.

If a user clicks ‘Save’ and is logged out, then ‘Create a New Post’ is activated with all of the inputs, then user gets shown the log-in needed to save content pop-up, with the ability to register and log-in instantly, and once the user logs in he gets sent to the 'User_ content_dashboard" page with Data to send as the ‘Results from Step 1 - Create a New Post’, only when Current user is logged in. And it shows the previously saved contents by the user that have a generated content name (as it should), but not the current content that the user wanted to save while he was logged out. This is the problem.

The constraints I added for the the Repeating Group (content dashboard page) are to ‘Search for Posts’, where the ‘Generated Content Name’ (title of the content) isn’t empty, and Created By = Current User.

I worked on this bug for weeks, tried everything - changing the workflows, trying to copy the generated post into a new post, once the user is logged in, just so the current user is displayed in the new post. I believe that if somehow, we get to display the current user as logged in, in the database, while generating this new post it will be shown on the user’s dashboard, but I don’t know how to achieve that.


As you can see in the screenshots, if the user clicks ‘Save’ content and is logged out, first the content gets saved, with the ‘Content Generated Name’, chosen by the user (however ‘created by’ field is empty as the user wasn’t logged in). Maybe if we look for a way to change the Creator of the content as Current User, then the created by: field will be filled in the database and displayed on the content user dashboard, even though the ‘save’ button was clicked when the user was technically logged out.

If you help me get through this I would really appreciate it and will be forever grateful to you! I tried for weeks and weeks to fix this problem, but no success. I feel very stuck :pensive:

Thank you in advance, guys :pray: