Hello ,
I have one string with comma separated values like A,B,C and i want to add this values to my entity like below table
Id - time - string value
1 - 2PM - A
2 - 3PM - B
3 - 4PM - C
The list on which i am going to bind this Comma separated string values (i.e A,B,C) is already filled with data that is id and time is already filled, i want to update the 3rd column i.e string value . I want updated table like above which i mention. For storing the comma separtaed values i am using String_Split method with comma separation.
Can some one help me out to get output like this .
Thanks in advance.
Hello @Bharat koshti,
Please check the screenshot and the sample application attached for more details on how to achieve your goals.
Feel free to let me know if there are any more questions,
Hope it helps,
Best,
@Luan Cu Thanks it works for me.
Thanks again
Hi @Bharat koshti ,
If possible, please share your OML file so I can make the changes and update you.
Thanks,
Vipin Yadav
Sorry bro i am not able to share OML,
but you can refer attached screenshot,
From Javascript i am getting the values which i stored in text variable. Want to update these values with my existing table.