We’re using the Box Sign REST API to send documents for signature. The document template already includes predefined signer blocks (created using FormStack).
While sending the document, we dynamically set the signing order at runtime. For example, if we choose to have signer ABC sign first and signer XYZ sign second, the document should direct ABC to their specific signing block first, and then XYZ to theirs.
The issue is that we need a way to uniquely associate each signer with their corresponding predefined signing block, so that Box Sign correctly routes each signer to their designated area, based on the runtime-defined signing order.
Can you please advise how to handle this scenario?