Use parameter in Json file

Hello

During a test, in one “.exec” i save a value using a saveas(“important”)

In the next “exec” i need to send a request using .body(RaxFileBody(“file.json”)) but in this json file in need to use the parameter ${important} juste save before

Is this a way to do it ?

Thanks in advance

Instead of using RawFileBody use ElFileBody and it will work.