# 🛠technical-support
Gonza Lopez
Gonza Lopez·1 reply

hey guys, I have a problem. I have 3 captures and then 1 API Call, I need to pass the captured data to the API Call, but the captured data must be an array, but the param passed to API Call is string, e.g. "[{"search": "someting"}]", and must be [{"search": "someting"}] How can I format the captured data to be array instead string? Could you help me please?

Sahil | YourGPT
Sahil | YourGPT27/08/2025 05:51

hello @Gonza Lopez
You can use a code execution block for this API call — it’s simpler and gives you more control. This way, you can return the "pathname" and trigger different flows based on it.

standard1