Erez Granot

Builder Connoisseur

Rising star (Silver)
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 3
  • Subscriptions 7

Posts

Recent activity by Erez Granot
Sort by recent activity Recent activity Votes
  • atLeastOneUploadCompleted

    Hi, How can I create an "atLeastOneUploadCompleted" for a File Array? i dont wanna use something like: return this.root.fileArray.items[0].uploadCompleted || this.root.fileArray.items[1].upload...

    • Created
    • 2 followers
    • 1 comment
    • 0 votes
  • Answered

    Custom Auto Reply

    Hi, how can one create an auto reply massage? I've looked at this article Configuring a Workflow - Workflow Manager (easysend.io) but i couldn't figure out what to do after I've checked section 14  

    • Created
    • 2 followers
    • 5 comments
    • 0 votes
  • Completed

    Detail Reports Improvements

    Hi, Whenever a report is needed for bulk data import, for example creating CRM cases, it is very difficult to create such a report using a process with an array configuration. another issue regardi...

    • Created
    • 2 followers
    • 4 comments
    • 1 vote
  • Answered

    how to validate unique Id's in an Array

    Hi, does anyone know how to create a unique id validation in an array? i managed with the following: if(!this.value) {  return true;} return this.root.personalDetails.idNumber.value != this.value; ...

    • Created
    • 2 followers
    • 4 comments
    • 1 vote
  • Answered

    Initial Filter Validation

    Hello, Just got a new requirement for a complicated initial filter validation page. the requirement is: to allow a user to proceed in a mortgage process if the following conditions are met: the req...

    • Created
    • 3 followers
    • 5 comments
    • 0 votes
  • Answered

    Duplication Of WorkFlows

    Hello, A Duplicate button for an Output in the Workflow Manager section, Would save valuable time in case someone needs to create more than one output. for Example: My mortgage request process allo...

    • Created
    • 3 followers
    • 3 comments
    • 2 votes