23
Views
4
Comments
Solved
How to bind string's Text values to update prefilled list
Application Type
Mobile

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.

 


2025-01-14 14-18-30
Luan Cu
Solution

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,

TestBindString.oml
2023-02-28 05-45-34
Bharat koshti

@Luan Cu  Thanks it works for me.

Thanks again

2024-12-02 13-16-47
Vipin Yadav

Hi @Bharat koshti ,

If possible, please share your OML file so I can make the changes and update you.

Thanks,

Vipin Yadav 

2023-02-28 05-45-34
Bharat koshti

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.

2025-01-14 14-18-30
Luan Cu
Solution

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,

TestBindString.oml
2023-02-28 05-45-34
Bharat koshti

@Luan Cu  Thanks it works for me.

Thanks again

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.