Use Environment variables in a POST Json body

Hello.
I'm trying to use environment variables in a RAW JSON body in a POST request, but the variables are not replaced.
It works in other places from the app, but not in this one.

@josesp

Thanks for reaching out :wave: At the moment, you are not able to access environment variables in the JSON body of an API call -- but this feature is currently getting worked on by our App Building team! I linked the feature request to this thread and will update you when progress is made :slightly_smiling_face:

1 Like

I'm curious too!

I found a solution, put the environment variable in the extra body values and it works!