I'm trying to update a Zendesk record using an HTTP request body. (This is necessary because of the odd way custom ticket fields are referenced in the Zendesk API.) I'm using AFE 2.0 and when I click Preview the result looks exactly right. However when I actually PUT the record to the Zendesk API the target fields are updated with the literal handlebar expression. For example, with this template:
Thanks for posting this to the Community. We think it's a good idea for Support to take a look at this too, so I'm creating a ticket on your behalf from your post.
Support has recommended using the generic HTTP connector for this, rather than the Zendesk connector, so that was probably what caused my problem. Anyway, I finally got the flow working with the ZD connector so problem solved.