• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Search results

  1. JeffreyYu

    How to remove sharing access for all in Pabbly?

    Oh interesting! What if its a random email address accessed from incognito? As in, it's not associated with any particular email address, but instead I had just shared it with everyone? I'm trying to access this google doc from our website (when the user isn't necessarily logged into their...
  2. JeffreyYu

    How to remove sharing access for all in Pabbly?

    There's a helpful feature in Google Drive to "Share a File With Anyone" which I'm using. But I need the reverse function, which is to restrict access from everyone. The only relevant feature, though, is "Remove File/Folder Access" for an individual user. Is there anyway to do this? Perhaps...
  3. JeffreyYu

    How to generate an encrypted key with Pabby?

    Wow this is actually perfect for this use case, thank you!
  4. JeffreyYu

    How to generate an encrypted key with Pabby?

    Oh I didn’t know this action step existed! Thank you!
  5. JeffreyYu

    How to generate an encrypted key with Pabby?

    That is, is importing the secrets module in python the best way to do this?
  6. JeffreyYu

    How to generate an encrypted key with Pabby?

    Trying to use Pabbly to encrypt/hash some query parameters. E.g. change APPLE123 To something like Sjch68:&$hdnc870 In particular, I want to generate a randomized key per unique request. Is there a built in action step for this? Or should I use Python’s Code step?
  7. JeffreyYu

    Python Code Inconsistent Behavior for f' and newlines

    Note: I did find a workaround in using chr(10). But I wanted to bring this to your attention! I think backslashes don't work with Pabbly's Python Beta code.
  8. JeffreyYu

    Python Code Inconsistent Behavior for f' and newlines

    Please see: https://www.loom.com/share/438d37e89d5e43ff99a01b15d2a1c9a1?sid=32a5fe1a-7657-4e80-8e74-eafe465b786b Note: the online IDE I used uses Python 3.8. This is consistent with pabbly's, which uses Python 3.9.
  9. JeffreyYu

    Can Pabbly please automatically update deprecated steps?

    got it! would it be possible to get an alert then, at least, of steps that are deprecated? perhaps through a newsletter or alert system?
  10. JeffreyYu

    Can Pabbly please automatically update deprecated steps?

    Parts of our workflows started to break in production because the Date/Time Formatter Current Date step was deprecated, without warning/alert. Right now, the only way to fix these deprecated steps is to choose a new action steps, which causes all subsequent steps that rely on it to become "no...
  11. JeffreyYu

    Why does copying and rerunning deprecated Code Step, even despite changing the connection, still make it as deprecated?

    Ohhh that’s different from other steps. I Will try that next time, thank you! Doesn’t that mean though, if I change the step, all subsequent steps that are dependent on it will lose the connection? Aka will show up as “No Data”?
  12. JeffreyYu

    Why does copying and rerunning deprecated Code Step, even despite changing the connection, still make it as deprecated?

    Update: when I reload the page though, the step appears to no longer be deprecated! But this behavior is deviant from other steps, which say that the step has been fixed as soon as we run and save a successful test
  13. JeffreyYu

    Why does copying and rerunning deprecated Code Step, even despite changing the connection, still make it as deprecated?

    Hi Pabbly! I found a code step I had skipped over before, and was able to manually reproduce the issue! Please see the Loom I recorded on it: https://www.loom.com/share/b18aa9e7bb3e4746bbecbac6d10b8c3d?sid=d2bec2f8-ae59-40d0-bd71-dd15804a6c18
  14. JeffreyYu

    Why does copying and rerunning deprecated Code Step, even despite changing the connection, still make it as deprecated?

    I unfortunately already got rid of all the deprecated code steps by manually adding a new one. BUT next time, if this happens again, I will record it happening and put it in a post!
  15. JeffreyYu

    Why does copying and rerunning deprecated Code Step, even despite changing the connection, still make it as deprecated?

    Great, thank you! I should have clarified: when I copied the deprecated code step, I also changed the Action Event from the deprecated version to the non-deprecated one. But, the deprecated sign still remained
  16. JeffreyYu

    Why does copying and rerunning deprecated Code Step, even despite changing the connection, still make it as deprecated?

    please see: https://forum.pabbly.com/threads/why-doesnt-work-in-code.17121/ When I tried to just recopy the deprecated code step, and change the action step from Run Python (deprecated), to Run Python, and then execute it, it worked. BUT there was still a notification in the top left corner...
  17. JeffreyYu

    Why doesn't "<" work in Code?

    Got it thank you!
  18. JeffreyYu

    Why doesn't "<" work in Code?

    Got it! I'll try it out tomorrow. I saw this deprecated the code step as well -- will this happen whenever the Python code is updated? if so, will we get an alert so we know to update our code steps? or will there be an update that will automatically update the step for us in the future?
Top