How to pull data from rawRequest?

(chimchim) #1

Hi i try to connect flowxo webhook with jotform but i dont know how to pull data out from webhook
this is the data that i get from testing with RequestBin

the only way i know how to get data out from https://flowxo.com/hooks/b/xxxxx?age=01&name=02&tall=03
is using {webhookname.age} {webhookname.name} {webhookname.tall}

But i really wanna know how to print out data from that kind of data that i show you in requestbin?

(Karen Barker) #2

Hi,

When you run this through Flow XO and look in your interaction logs you should see a section named data. You’ll then be able to use Data Outputs to access and use this data.

There’s a tutorial here that also talks about how to use data from the web in further detail. :slight_smile: