Debug a tool

1

Click on TOOLS.

2

Select DEBUG.

3

Choose the tool you want to debug (e.g., Play-tok).

Inspect event details

1

In the execution view, you’ll see three tabs:

  1. Execution

  2. Input Attributes

  3. Output Attributes

2

At the TRIGGER confirm the input by clicking the checkmark.

3

Review the INTEGRATION EVENT, which shows how the form was submitted.

4

Look at the DYNAMIC VALUES, which display the output of the task.

Debug at the task level

1

For an API TASK:

  1. Check COMPUTE ARGUMENTS to see task inputs

  2. Review the STATUS (done, failed, etc.)

  3. Look at DYNAMIC VALUES for the output

2

For a WIDGET RESPONSE TASK:

  1. Again, check Compute Arguments, Status, and Dynamic Values.

Debug a failed execution

1

Select a tool with a failed execution and go to EVENTS.

2

Find and click on a failed entry.

3

Check each task execution:

  1. If the last task has nothing, the failure likely occurred at the API task level.

  2. Review INPUT ATTRIBUTES for the trigger.

  3. Review the API TASK:

    1. Compute Arguments

    2. Input Attributes

    3. Status (likely failed)

    4. Exception details (e.g., “unauthorized issue,” token expired).

4

Click OK to confirm and continue checking other executions if needed.

Last updated

Was this helpful?