Image field in form not available to be sent as data on Trigger Webhook on Submit action

I have a form with Text, Date and Image fields. I want to trigger a webhook On submit which sends all this data to a webhook. However, in the options of the Trigger Webhook properties for the On Submit, I don’t see the Image field, only the text and date fields available to be sent. Any ideas why?

If this is not available, how do I achieve the same purpose? I want the ability to send the newly created record with the images uploaded to it to the webhook.

Regards,
Ruchika

Is the image column a multiple images column?
If yes, add a Joined List column that targets the multiple images column and send that. I’d also recommend a short wait condition before the webhook to give some time before the new row is added.

1 Like

Yes, that was it. Thanks!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.