How to add content for particular section in repeating group, like how I can add post name 1, post name 2 content and save it in same right card, when I click post name 1, I can see it’s added value and edit,
How I can combine all these contents and publish it ?
Please share your answers and thanks for visiting !
it’s a lot to type, so I built a demo for you here, you can play with it to see how it was built.
Basically, add two custom states to the page or the container wrapping these groups in your screenshot: post and selected-section. The right-side group should be of type post-section and the data source should be the container’s selected-section.
When the button (add post) in the left group is clicked, create a post section and make sure you connect it to the main post. It should appear on the left when create it, and when you click a post section from the left set state selected-section of the container to the clicked “post section”. You can add a yes/no property to the post and make it no by default, and when publish post is clicked switch it to published (or make it a toggle).
Hi, Please don’t remove this page in bubble, I’m working on it, I’ll complete it in 3days, I can understand the functions you done but please keep this for my reference, you can delete or remove it after 3days (23 January),
Hi @iamprakash0105! May I ask will you actually be posting to Twitter or are you only creating your own feature? I’m trying to create Twitter threads using the @Pathfix plugin with n replies but I’m not sure how to set it up for a variable number of reply workflows.
You can do this using the Pathfix plugin. We have written up a step by step guide on how you can set this up (just make sure you have your Pathfix OAuth plugin and Twitter plugin by Pathfix already installed).
This is pretty much the setup I ended up using. My question is- how do you know how many reply inputs to include? Would you just put it all in a repeating group and trigger a new input with an add button?