More details action

i have a inspection sheet contain around 90 main questions , each question has three sub question as comment , image , action i created appsheet for this inspection process for the main questions , put the answers as Yes / No but i need when the user press the on any question new window will appear and show the three sub questions for it

How have you implemented your questions? As columns in a table or as rows?

1 Like

Hey,

Hope you’re keeping well.

In AppSheet, the easiest way to handle this is to create a separate table for your sub-questions (comment, image, action) with a Ref column pointing to the main question’s row. In your main questions table, set that Ref as a related child table and enable the “IsPartOf” property so the sub-questions are tied to the parent record. You can then set the main question field as an inline view or use an action that navigates to a detail view of the related sub-questions when tapped. This way, tapping a question opens a new view showing only its associated three sub-questions.

Thanks and regards,
Taz

This needs some elaboration. As written, I don’t understand what you mean.