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:

  1. The repeating group’s data source is set to Do a Search for Posts sorted by date (descending).
  2. Privacy rules are configured to allow viewing posts.
  3. 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.

I have doubt that it may possible that the input field is in repeating group or in reusable element that is why it is not showing in the workflow option. Anyway, you can check the below things

  1. Reload the editor, sometimes due to bubble’s own bug editor doesn’t work as expected, refreshing the page works fine in many times.
  2. Are you adding the workflow in some reusable element? if yes, then it needs to be processed differently like some custom state.