How to show user's posts (Video Included)

Hello,

I have set up a repeating group displaying the users, and created a workflow so that when the user is clicked, it creates a ‘popup’ with the users photos. I have the photos stored on a separate database and have linked the databases. I need to be able to change the creation date of the photo so that’s why it creates a new ‘thing’ every time the user posts a photo. When I click the popup its always blank and never works.

Heres the set up:

I have been trying to work this out for a week now and it would really remove the headache if it was solved. Thank you!

Hi there, @krazitoast… if I am following the video correctly, the reason the popup is blank is because you are referring to a user’s post’s image, and with the way you have things set up, the application thinks that means the Posts field on the User data type. As you can see at the 1:07 mark of the video, that field is blank for each user.

I think the fix you are looking for is to add a second step to the workflow at the 0:45 mark of the video. The second step would be to make changes to the user by populating the user’s Posts field with the post that is created in step 1 of the workflow. Want to give that a shot and see if you get the desired results?

Best…
Mike

Hi @mikeloc, it still shows a blank page sadly :confused:
I’ve tried



Thanks

What you have in the first screenshot is what I was proposing, but change it to Posts = Result of step 1's post (or something like that… don’t know the exact syntax).

Best…
Mike

Oh my god it worked ahahahah, thank you so much

No problem at all… happy to hear it worked for you!

Best…
Mike