Recent content by Fagun Shah

  1. Fagun Shah

    How to Extract 1 or more Email IDs from text?

    Example data: "sure, [email protected]" "Yes it is [email protected]" "[email protected] please" Regeex to use - ([a-zA-Z0-9._-]+@[a-zA-Z0-9._-]+\.[a-zA-Z0-9._-]+)
  2. Fagun Shah

    How to pass Default Value in case of Blank response from Trigger app?

    Sometime users leaves blank fields in trigger apps and that field is required/nonempty in action app. In this can you can setup default value like this for required fields in pabbly connect -
  3. Fagun Shah

    Spintax "Randomized Content" support in Pabbly Connect

    About Spintax and example used in this workflow- ------------------------------------------------------------------- To spin a text you must write a base text and lock the words, sentence or paragraphs that you want to alternate, separating them by a vertical bar or pencil. Example: {That...
  4. Fagun Shah

    Schedule Workflow to Run on Every Month's 2nd Thursday

    High Res Screenshot PDF of the Workflow - https://drive.google.com/file/d/1OGp7iE7fCPDVcs9D1aNkfg98MsvjK3El/view?usp=sharing Copy Workflow - https://connect.pabbly.com/workflow/share/XBRZa1E0CCAHTAZSB2ICK1tIBzBQDAM5V0cIAVI3AEY# Disclaimer - Currently the workflow is set for executing on Every...
  5. Fagun Shah

    Schedule Workflow for Every Month's Specific Date and Time

    Workflow High Res Screenshot PDF - https://drive.google.com/file/d/1fVzhoKEDtnbxFwaaXiu3EdLg6LWpITeu/view?usp=sharing Copy Workflow - https://connect.pabbly.com/workflow/share/DkZXZVM2V39QGwNXAl0GZwgbADdTDwkzBBQJAARhUxU# Disclaimer - Currently WOrkflow is set for 9th of Every Month, you can...
  6. Fagun Shah

    How to separate First Name and Last Name if there are multiple spaces?

    Names can be really long and may contain more than 2 or 3 spaces, how to split in a way that the the text before first space is taken as first name and every thing else after the first space as last name? Copy this Workflow -...
Top