How can I map webhook data from Make to a specific template?

I am working on a WordPress project and facing an issue. I successfully created posts using the WordPress module through the webhook from the Elementor form submissions, but I keep failing to map that data to the template I want.

The approach I tried was to match the ACF field IDs with those being sent from the WordPress module, and I designated the texts as dynamic tags. However, I am not receiving any data at all.

The basic dynamic tag for the post ID works perfectly, though.

What could be the problem?

Is there another method I could try?