Sending data as arrays of strings in external api

Greetings drapcode team . Am looking forward to implement a way to send data as arrays of strings ( batches eg 50 records ) to an external api in my specific case minting multiple NFTs to a block chain . So i would like to learn how to send data as arrays of strings to an external ap in drapcode . Looking forward to your response @vishsahu

Hi @Nigel,

If you have a static/dynamic option field. Then you can bind the field in External API and it will send the value as array of String only.

Thanks.

Thank you very much @vishsahu . let me try that way and will update if i face any challenges