This repository was archived by the owner on Feb 2, 2023. It is now read-only.
This repository was archived by the owner on Feb 2, 2023. It is now read-only.
How do you parse retrieve index/row from an array? #150
Open
Description
=ImportJSON("https://api.guildwars2.com/v2/items/1182","/details/infix_upgrade/attributes/attribute","noInherit,rawHeaders")
Gives me:
/details/infix_upgrade/attributes/attribute
Vitality
Healing
ConditionDamage
while,
=ImportJSON("https://api.guildwars2.com/v2/items/1182","/details/infix_upgrade/attributes/attribute[1]","noInherit,rawHeaders")
Expecting to get "Healing"
but instead, gives me #Ref! Error..
Is there any way to get specific data in arrays?
Metadata
Metadata
Assignees
Labels
No labels