Post Not Displaying in Repeating Group After Creation:
Hey there ! I’m working on a social platform where users can create posts, but I’m having trouble getting the new posts to display in the feed. Here’s what’s happening:
- The Create a New Post workflow runs successfully (confirmed in the debugger).
- The database saves the post with the correct Date and User, but the Text field remains empty.
- In the Text field of the “Create a New Post” action, I don’t see an option to reference my Input Field where users type their posts. Instead, I see static text options only.
Here’s what I’ve checked:
- The repeating group’s data source is set to
Do a Search for Posts
sorted by date (descending). - Privacy rules are configured to allow viewing posts.
- The input field is on the same page, but I don’t see its value in the workflow dropdown.
I need help with:
- Ensuring the input field’s value is accessible in the workflow.
- Troubleshooting why the Text field isn’t saving properly.