# 🛠technical-support

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?