Why does workflow fail when correctly mapped?

Status: Open · Asked by JP Roux on · 0 views

jpr — Question ·

My workflow is failing due to a 'Required field Text missing' error but the required field has been dynamically mapped correctly.

Please see loom video that highlights the issue - https://www.loom.com/share/d86a794b004b4907901f189ef9e06fa3

Task History ID - IjU3NjUwNTY4MDYzMzA0M2Q1MjZlNTUzMjUxM2E1MTYwNTQzNTBmMzEi_pc

Workflow Share Url - https://connect.pabbly.com/workflow/share/WBBUZgNUUDNTGVU_AF8AJw0ZBQEHXgRkAxpTQV1SB39bAQJpBEUAagBMV3VWDVAxUxoEbgBcUWtbT1JWAVdRIgcdUX1WVVctAUwFfgdSADNYBlR8A2I#

Arshil Ahmad — Reply ·

Hi @jpr,

https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZiMDYzZjA0MzY1MjZjNTUzNzUxMzUi_pc

Task History ID - IjU3NjUwNTY4MDYzMzA0M2Q1MjZiNTUzMjUxMzA1MTZiNTQzODBmMzgi_pc

It seems that your regex is designed to extract JSON objects embedded as code blocks inside a "content" field. However, the string that was fed to the Text Formatter (Step 7 within the router) during automation did not contain a JSON object. As a result, nothing was extracted or passed to Step 8, which led to the error you encountered.
https://drive.google.com/file/d/1Ct5waPFPIaGxV4TVnodTEgytw3wPbDWc/view?usp=sharing

Back to all forum threads · Log in to reply