Erez Granot
Builder Connoisseur
Activity overview
Latest activity by Erez Granot-
Erez Granot created a post, 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...
-
Erez Granot commented, I see that you have successfully implemented my request, thank you very much!
-
Erez Granot commented, The need comes from a claim about a reply from a client to a complete email.
-
Erez Granot commented, I see... I thought this option allows me to define an auto reply answer like out of office ...
-
Erez Granot created a post, AnsweredCustom 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
-
Erez Granot commented, personalDetails.firstName*
-
Erez Granot created a post, CompletedDetail 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...
-
Erez Granot commented, -
Erez Granot commented, Hi Roony, tnx for the answer! it seems this formula address the issue within the array itself does it take in consideration the main id outside of the array?
-
Erez Granot created a post, Answeredhow 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; ...