Skip to content
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
@soundofyogi

Description

@soundofyogi

=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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions