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?