I would like to implement a book “comment/feedback” section in my app.
I have set 2 databases:
Data Type “book”
Field “Author”, “title” , “comment” (with a field type “list of comments”
Data Type “Comments”
Field " comments" (text) , “book” (with a field type “book”)
I have created a multiline input where users will put theirs comments and a button that will create a things “comment” in the comment database and i wanted to add the book title with te current page book title but it is not working, is my database setup correct ?
Thanks for your reply, you will find here below some screenshots of my database and the workflow used to store comments, my issue is that i don’t know how to do to have the book title in the comments data type
I have set up a group with information like author, title …etc. I have created a multiline input feedback caption and a "submit button"
In the workflow of the button i created a new things for “comments” data type and i linked it to the “feedback data field”. The feedback are stored in the comments database but i don’t know how to do for the “book title” which is linked to “book” datatype
Thanks, it worked !!!
I have just one remaining issue, i have set up a repeating group to list all the comments. I would like to have one comment per row but it seems that all the comments are listed in the same row.
I have put here below the screenshot of the comment database and the repeating group