Want comma separated values into variable

Hi @SagarSB,

Let me explain what i have done in the xaml.

  1. I assume that the xl data comes as string.
  2. So I have used the split function by Comma and stored into an array.
  3. In the for loop I have displayed value.

File :SagarSB.zip (1.6 KB)

Regards
Balamurugan.S