aditya_gupta41
3 years agoContributor
Counting Arrays and sending data separated by semi-colons
Hello Experts,
I have an implementation where I have 2 set of data shown below:
Output1:
Output2
Here, Output1 comes with ‘single entry’ of Z1WSCOPE in an object. And Output2 comes with ‘multiple entries’ in an array.
What I am trying to achieve is:
- If the input is with single entry, then the output should be MNGRP | MNCOD | LTXA1
- If the input is with multiple entries, then the output should be MNGRP | MNCOD | LTXA1;MNGRP | MNCOD | LTXA1 (separated by ‘;’)
Thanks in Advance