Hi everyone!
I want to auto-generate a list of documents that I must request from my clients, based on some of their personal details. For instance, if a client is married, I will need to see their marriage certificate.
Here’s the workflow I’m envisioning:
- Fill a form where I ask the client some questions (e.g. “are you married?”)
- An automation compares the responses of that form to the conditions that determine which documents I must request.
- I get a checklist of the documents required from that client in a canvas column.
Here is a manually populated doc that exemplifies what I’m looking for:
This is a very simple example, but in reality, there’s quite a few branching conditions that determine which documents I should request from each client.
What’s the best way to achieve this result? Is it even something I can achieve in Coda?