Hello!

I have this array that gives me the prefixes of phone numbers. I need to use it in a Process in Script Task.

I don't really like that I have to add all the values in the array manually. Is there an option to get the values from a lookup and to add them in an array?

I would like to just create a lookup for all the prefixes instead of adding them one by one in the array.

Thank you!

Like 0

Like

1 comments

Hi,

In the business process you can read collection of records using examples provided here, add the result to some parameter and then process...MoreLess

Show all comments

Hi Community,

I am facing an issue which is related to SectionActions Button for sending multiple records. I need to send some records (out of all selected records) to a business process in an array after filtering with esq inside section edit page.

Issue: The filtered Id's are not being pushed int...MoreLess

Like 0

Like

1 comments

Hi,

The issue here is that ESQ is asynchronous and as a result once the:

selectedRows.forEach(fnProgramABCArray);

is called, the browser...MoreLess

Show all comments