This has existed for sometime, but is something the Partner Dev team recently learned about. Official documentation on how to do this is coming soon. In the mean time, here’s a basic outline:
-
Configure the payload with an additional parameter
- For table endpoints that have triggers or action blocks to debug, add
"nwDebugMode": trueto the body of the payload
-
For traditional table-based logic block
:executeendpoints, add“debug": trueto the body of the payload inside of the”logicBlocks”array, for example{
…
"logicBlocks": [
{
"logicBlockName": "xxx",
"debug": true
}
],
…
} -
IMPORTANT: Multiple input/output
:executeWithSignatureslogic blocks do not currently support direct debugging
- For table endpoints that have triggers or action blocks to debug, add
-
Send your Postman request.
-
Depending on the type of tenant, you may or may not get a debug notification. If you don’t get a notification, follow the steps below to open the debug session.
- In Nextworld, open any logic block in builder view.
- In
Options, setDebugto true - Refresh the session which should find the debugging session that was created.
- In
- In Nextworld, open any logic block in builder view.



