Hello - new to Bubble and would appreciate some guidance!
I’m trying to make an app where the user can configure an invoice through a long series of drop downs and radio buttons along the left that outputs a nice summary of the items included in the invoice on the right hand side.
I don’t need to store any data, just visualize the output of the choices live. So I can see how if I simply match 1-1 the inputs with the outputs, it’s easy going. The problem is that for many of the choices, the answer will be some form of ‘not included’ and I don’t need need to include in the visual summary. If I were adding items to a list via an input, I could see using a repeating group, but that doesn’t seem to make sense if all the configuration is happening on screen.
So here’s my question: what’s the most elegant solution for some form of the concept of a table that will only display rows if they are relevant? And it doesn’t actually have to be a table, just table format as a general visual. Example visual included for reference.
[Note: not the actual program, just an excel example]
Thank you!