Dynamic User Prompt

I am hoping someone can point me in the right direction. I am creating a macro that will build a document for me based on the variables in a user prompt. I am having some trouble finding documentation on what it is I want to do. The three fields at the bottom of this sample prompt are called claims. My document may have as few as one claim, requiring three questions per claim or an infinite number of claims. I was thinking about a button at the bottom that asks if you want to “add another claim.” Then it creates a new prompt with those three questions and creates the dynamic variable based on the number of times a new claim was added to the prompt. I have not been able to find any example of what I am looking for, but someone has had to have done something similar to this. Can anyone point me in the right direction to an example?

Thanks in advance!

I

I wrote such a thing once, though I'm not sure it's applicable to your use case, and it's somewhat complicated to set up:

But it does let you create truly dynamic input prompts.

-rob.

Rob, NIIIIIIIIICE!

It is way above my skillset at the moment but hopefully one day!

Will be keeping this for teh future to test myself!

Thank you! I’ll give it a look.