Forum Discussion
tktmastr
Helper I
3 years agoAdding a Field to API URL Request
Hi, I'm not sure if I am asking this question correctly, but I am trying to pull a list of Events from a web API. That list of events contains an event ID that can be passed into another URL to r...
lbendlin
Super User
3 years agoYou can JSON parse the return payload of the initial Web.Contents call and then access the individual parameters (and re-use them for subsequent Web.Contents calls.) Beware of the Formula Firewall.