Hey all
So I'm receiving data from an API and I'm trying to get the price and cost from the JSON as a value inside Select but I keep getting null.
I've tried:
item()?['prices']?[0] => returns null
item()?['prices']?['amount'] => errors
Any ideas?
[
{
"name": "Microsoft Business Premium",
"prices": [
{
"amount": "16.6"
}
],
"costs": [
{
"amount": "10"
}
]
}

Report
All responses (
Answers (