Input fields in a custum list

I might have a tricky question. I’m trying to create a freelancer invoicing app. When creating an invoice, I want to structure it into an easy step-by-step process. For the invoice creation, I use three database collections:

  1. Concept Invoice – This is where I first gather all the data before creating a final invoice.
  2. Concept Invoice Lines – This is linked to the Concept Invoice, allowing freelancers to add multiple invoice lines to clarify their invoice.
  3. Def - Invoice – The final invoice with a generated invoice number.

When adding invoice lines in a list, I’m having trouble saving the data in the input field. What would be the best approach to solve this in Adalo?

Hyperlink is a screenrecording. Screen recording

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.