I’m trying to populate a docusign template from power automate that has pre-fill tabs.
I have added a pre-fill field to my template an called it ‘pre filled test’

I have then run the power automate actions
Create Envelope from template
Get Document tabs from an envelope
{"tabLabel":"pre fill test","value":"","documentId":"1","tabId":"23bcd7fe-368e-4045-bc16-7c6cf3e90f73","tabType":"textTabs","prefill":true}]}
from here I have tried to update the pre-fill tab.

but I get this error;
{"prefillTabs":{"textTabs":[{"requireAll":"false","concealValueOnDocument":"false","disableAutoSize":"false","localePolicy":{},"documentId":"1","tabId":"23bcd7fe-368e-4045-bc16-7c6cf3e90f73","errorDetails":{"errorCode":"TAB_NOT_FOUND","message":"Tab specified was not found. TabId: 23bcd7fe-368e-4045-bc16-7c6cf3e90f73."},"tabType":"prefilltab"}]}}