Search results

  1. andrewstrealtor

    Data being altered with no visible difference in settings

    I have no idea what you're instructing me to do. The data should not be altered from how I've entered it. Why don't you fix the issue please?
  2. andrewstrealtor

    Data being altered with no visible difference in settings

    Have you seen what I'm saying? Any solution?
  3. andrewstrealtor

    Data being altered with no visible difference in settings

    The two workflows in which the data seems to be inconsistent are called "Send new listing to KIJIJI APP" and "MANUAL - Send new listing to KIJIJI APP". I need the data to be sent exactly how I see it in Pabbly without the system adding slashes. I need an option to choose that will not alter the...
  4. andrewstrealtor

    Data being altered with no visible difference in settings

    I am seeing two different results in the data being sent to my custom API when all settings are set to exactly the same in my workflows. I'm using \r\n as a carriage return in the data I'm submitting via a POST request and sometimes the data is altered to be \\r\n and other times it's only \r\n...
  5. andrewstrealtor

    Browser Error

    I see this error message almost every time I try to add another step in my workflow or save a change. Why does this keep happening and how do I stop this from happening?
  6. andrewstrealtor

    Iterator or Loop

    Is there a way to loop, possibly with the iterator or some other way, to do what I need? I have an integration with an image generator and I've generated many test images that are all being hosted by this provider. They don't offer a way to delete all the hosted images, but there is a GET...
  7. andrewstrealtor

    Iterator

    I'm trying to do some tests with the Iterator but following the examples I've found, something seems wrong with my account since nothing shows up as an option to Choose Array. I've set up a Text Formatter to enter the array values as shown in the first image and then whether I save or refresh...
  8. andrewstrealtor

    JSON Parsing issue

    It's working now! Thank you so much for your assistance and responsiveness!
  9. andrewstrealtor

    JSON Parsing issue

    I'm going to check something and get back to you.
  10. andrewstrealtor

    JSON Parsing issue

    No change.
  11. andrewstrealtor

    JSON Parsing issue

    I tried the double quotes as ""[field]"" and "[field]", neither one worked. See images. Please advise.
  12. andrewstrealtor

    JSON Parsing issue

    The workflow to look at is called "Create and Add YouTube Video to Listing & Facebook Video". I'm trying to eliminate all the IF conditions I have in step 33 by building a step 32 with dynamic fields but I'm encountering this problem I've described repeatedly. I've left a single example of the...
  13. andrewstrealtor

    JSON Parsing issue

    Everything works perfectly if I type in 288 but if I try using the field as shown in the image then it doesn’t work.
  14. andrewstrealtor

    JSON Parsing issue

    I'm using a custom API to send data to an app I'm using. I'm trying to populate the JSON data in the POST request with a result from an earlier step in the chain, but even though the result is the exact same number, it doesn't work when I'm using the result from a step instead of manually having...
  15. andrewstrealtor

    Instagram Videos

    I will try it out. Thank you.
  16. andrewstrealtor

    Instagram Videos

    Instagram supports four video formats: Reels, Live, Stories, and Instagram Video. When using the integration on Pabbly for instagram video, is this posting as only a video post? Is there any way to add Reels and Stories as an option on Pabbly please?
  17. andrewstrealtor

    Queue for multiple requests/triggers

    I'm using a webhook as a trigger for several integrations. When multiple webhooks come in at the exact same time, some of my integrations can't handle processing multiple separate requests at the same time. Is there any way to set up a 'queue' of some sort as a step early in the chain of steps...
  18. andrewstrealtor

    Custom API Data being modified

    I can not ignore the slashes and I need a way to use the API with a POST request that does not alter the data. I've tried using both JSON and TEXT for the Payload Type and both are adding backslashes. The recipient trying to set up to receive the data doesn't want all the backslashes all over...
  19. andrewstrealtor

    API delete YouTube video

    Thank you!!!
Top