Question
Loop in custom action
Hi there
Is it possible to dynamically iterate/loop through all account numbers in an accountDetails array within an AJO Custom Action expression and:
- Return all account numbers for a customer
- Display only the last 4 digits of each account number
- Format the output as:
12341234 and 56781234, 5678 and 9012(for 3+ accounts)
Thanks!