@Rgwe wrote:
Hi
fairly new to Json & have a quick question on pulling multiple info from an array so here my query
formual
=Dump(JsonPathOnUrl(B3,$J$3),TRUE)$J$3 = API Url
b3 = $..emails[*].valuethis works to bring me back all the email from the api
but i also want the name first name
$J$3 = API Url
b3 = $..emails[*].first_nameand this work for the first name what I'm having trouble with is doing this in one API call instead of two so i think i'm after some sort of "AND" statement for example:
$J$3 = API Url
b3 = $..emails[].first_name "&&" $..emails[].valuebut have no idea on how to write this thanks in advance for any help,
thanks Rob
Posts: 1
Participants: 1