Topic:   Can anyone pls help me with creation of flow service in which input is record of strings and output is printing them in same line separated with commas this needs to be done using sequence,repeat and
Feb 15, 2021 10:07 1 Replies 782 Views RITA

Can anyone pls help me with creation of flow service in which input is record of strings and output is printing them in same line separated with commas this needs to be done using sequence,repeat and exit.

Prev Next
Topic Replies (1)
  1. 1
    idnkx user

    DIVYA

    If you want to use only sequence, repeat then get the size of string list as Repeat Count, Use Repeat step inside that invoke pub.string:concat step two times where the first concat step inputs are a tempString with blank initialisation and a string with comma hardcoded and then output of first concat i.e. tempString map to second concat step and the second argument will be mapped from string list with index property set as %Repeat iteration variable%
    Finally you will have to remove the leading comma using built in service.
    However this is a big process, better to create a simple Java service.

Leave a Reply
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect