I'm creating a flow asking about information to a borrower and a co-borrower.
The questions are the same for both. The way around this today is duplicating and updating each step two or three times based on the number of borrowers, which is quite tedious since each variable is different and needs to be updated for each step.
Any ideas? Thanks!
The result would look something like this
{
"borrower.name": "John Doe",
"borrower.email": "[email protected]",
"borrower.phone": "1234567890",
"coBorrower.name": "Jane Doe",
"coBorrower.email": "[email protected]",
"coBorrower.phone": "1234567890"
}