Erez Granot
Builder Connoisseur
Posts
-
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...
-
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
-
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...
-
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; ...
-
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...
-
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...