Recent content by matg

  1. matg

    Grab entire object response within Code <> JavaScript

    Hi, I have an API response that has 1 to many responses, and instead of nesting it in an array it returns as many keys as there are items and increments the index... mediaUrl0, mediaUrl1, etc. it can be as many as mediaUrl20... here's an example: My goal is to store all of these media...
  2. matg

    workflow returns data forwarder, when i use it in another workflow it returns {status success...}

    Sure, it's a bit complex because there's a conditional chain in there, but...
  3. matg

    workflow returns data forwarder, when i use it in another workflow it returns {status success...}

    I have a workflow that's returning a JSON object. When I run it with cURL it returns what I expect when I run it inside another workflow (via a Data Forwarder (Pabbly)) it returns { Status: success, Message: Successfully Forwarded } any thoughts?
Top