I have a Zap with a Whop trigger on Payment Succeeded.
My next step to to Retrieve a Product from step one.
This works when testing. Here is an image of the configure step and the Data in and out on the test step.



When the Zap runs after being published the Retrieve a Product step hits an error.
This Whop step hit an error
Required field "ID" (id) is missing.
This is what the configure step looks like.

This is the explanation of the error i receive in Zapier.
The error you're encountering indicates that the "ID" field required by the "retrieve_product" action in the WhopCLIAPI@1.5.1 step is missing or not correctly populated. The input data shows that the "id" field is set to "{{285653874__product}}", which suggests that it's expecting a dynamic value from a previous step, but it seems that the placeholder isn't being replaced with an actual product ID.
To resolve this issue, ensure that the previous step (TableCLIAPI@1.16.5) outputs the necessary product ID that the WhopCLIAPI step requires. You may need to adjust the configuration of the previous step to include the product ID in its output. If the product ID is not part of the output, consider adding a step before the WhopCLIAPI step to fetch or calculate the product ID. Use Zapier's "Formatter" tool to extract or transform data if needed, and ensure that the correct field is mapped to the "id" input in the WhopCLIAPI step.