I'm trying to make the following process
- Query Result to Grid component reading from a Snowflake table.
- Grid iterator connected to a API Extract component
- API Extract component to send multiple API requests with distinct post body content based on grid variables that are mapped to environment variables
I'm getting an error from the API when I tried to substitute a piece of the post body with an environment variable. The matillion documentation says variables are only supported for Query, Header, and URI configuartion. Is using variables in the post body not supported?
If it is not supported, what would be the recommended method of calling an API with multiple requests and a post body that changes between the requests?
Thank you!