How to access a numeric

#1

Hi there,

i’m trying to get the following value from a big json file, through a flow : the value is 17000163 in “formatted_value”:“17000163” in the below json.

My issue is that this value is in the middle of several objects, and one of these objects seems to have a numeric property. What would be the action i could use in a flow to get this value, and what would be the syntax to access this value through this action ?

Thank you in advance for your help,

regards

(Daniel Beckett) #2

@fdolin

You may find a site like json.parser.online.fr useful for this. It’s hard to say for certain which exact output you need here since it can sometimes take a bit of trial an error using the Data Outputs.

If you have a working flow that you can share which pulls through the data outputs in your post I can perhaps take a look and offer more advice.

Feel free to share your flow with support@flowxo.com for us to take a look there.

Thanks,
Dan

#3

Hi Daniel,

thank you for your answer. I’ve tried again and i’m getting the following error : The identifier is too long, it should be no more than 200 characters.

Following your advice i’m going to share my flow with support@flowxo.com

cheers