Setting a groups "data to display"

Okay so i have a Repeating Group which is connected to a Database and added a button to that section i want it to Open a group and set that data to display the contents of that group however i am not sure on the following

How to set the data
how to set responses to that groups “post”

Basically its a type of Forum


Add a new data type called “response”. Then in your boating data type, add a field called responses (list of responses).

To display the boating data type in a new group, when the user clicks a button, you’d show the group (make sure the groups type of content is set to the boating data type)… then also on the next action you’d say “display data: current cells boating”.

Does that help? We have a forum tutorial at nocodify.com which you may be interested in.

Tal

1 Like