Each collection item to different form

I have a collection of categories and under each categories i have items ( achieved with relations) when i try to add different forms to fill in for each category it is not working always it shows the same form , or i can say i can attach only same form to items.

How to achieve different forms to each items ?

You would need to use a series of custom forms, with a custom action with conditional branches. Each branch would “Show New Screen->this Item”, and then you build each form on that screen.
The conditions in the action would check which collection item was clicked.

All seems a little cumbersome, and my gut feeling is that you’ve managed to overcomplicate something that should be quite simple. If you can add a few screen shots that would help better visualise your setup, it might be possible to suggest a simpler approach.







Adding some screen shot of tables and also layout , my problem is when i click on “feeding details” and on “games practice” it is giving me the same form. as per your suggestion i have created cutom workflow and attached to each item it works fine , however is it the elegant way of doing it or can you suggest a simple method. also i was thinking about my table table design is not correct. I am newbie.

The app is to collect my kids badminton training statistics and display it in a monthly dashboard to see their progress.

I am planning to create dashboards for the training statistics. which is best table layout for this scenario? is it a good idea to keep separate table for each training category or to keep all different type of training details on a single table ?

Thanks a ton for your earlier suggestion.

It is the way to do it if you have some kind of a “menu” of forms like you have there.

Usually, my clients want different tabs for different entities, and I just have an add form in each of those tabs.

For the dashboard, what kind of stats do you need? I think you can just keep it as is.