We are trying to set up a workflow that pushes
data from Retool to lightfield (an AI enabled CRM) via a POST request to
lightfield's webhook. However, Lightfield seem to be receiving empty
payloads. Here is a screenshot of the current workflow:
I've tested the POST workflow with a separate retool workflow to see if it
is actually sending data, and I verified that the data sends successfully.
Here is a screenshot:
However, Lightfield agent still claims the payload is empty with the
following comment:
What happened: Run #41 (manual test) started the automation, but the
run's input payload was empty (`{}`) — no orders data included. The step's
early-exit guard caught this: it wrote 0 rows, recognized there was nothing
to sync, and cleanly ended the run as skipped rather than erroring out or
wiping data. No CRM records were touched.
Do you know how else I can debug this so the workflow works as planned?
Thanks in advance!

