Hi,
I am new to Alteryx Designer. I have the following sample data in json. I can upload these data in Postman using iteration with no issues. How can we automate this in Alteryx Designer? I was trying with the Download tool but cannot get success. Do I need to use other Alteryx tool to solve this?
Thank you in advance!
data.json
[
{
"cusomerId": 9000,
"productId": 5
},
{
"cusomerId": 9001,
"productId": 4
},
{
"cusomerId": 9002,
"productId": 3
}
]