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:
- Concept Invoice – This is where I first gather all the data before creating a final invoice.
- Concept Invoice Lines – This is linked to the Concept Invoice, allowing freelancers to add multiple invoice lines to clarify their invoice.
- 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