How to add values in each row


I'm currently passing emailaddresses in each line but when i submit it is storing values as test@test.com;test2@test.com  but it has tostore in db as in new line and it has to be passed to an integration as {"test@test.com,test2@test.com"} 

Can someone please help

  Discussion posts and replies are publicly visible

Parents Reply
  • In first UserInputTask I will be entering emailaddress then it will be then passed to the integration. If any of the entered emailaddress is missing in the resposne then I'm storing in variable and has added flag . In the second UIT it will show the error in interface so user has to edit/remove the invalid emailaddress and then resubmit it .After resubmitting again it has to redirect to the integration

Children
No Data