Approver is assigned in a Templeate created Document as first signature Participant I am trying to create a workflow with an approver and a signer.I use a Word Document with the tag "{{Sig_es_:signer1:signature:dimension(width=30mm, height=10mm)}}".In PowerAutomate I use this in the API Call:[{"memberInfos": [{"email": "user1@test.test","securityOption/authenticationMethod": "ADOBE_SIGN"}],"order": 1,[{"memberInfos": [{"email": "user1@test.test","securityOption/authenticationMethod": "ADOBE_SIGN"}],"order": 1,"role": "APPROVER"},{"memberInfos": [{"email": "user2@test.test","securityOption/authenticationMethod": "ADOBE_SIGN"}],"order": 2,"role": "SIGNER"}]},{"memberInfos": [{"email": "user2@test.test","securityOption/authenticationMethod": "ADOBE_SIGN"}],"order": 2,"role": "SIGNER"}] This all works, but the 1st Workflow User ("role": "APPROVER") is forced to sign in the Field with the Tag "{{Sig_es_:signer1:signature}}". I expect that user1 only has to approve and only user2 has to sign.What am I doing wrong?