Notifications
Announcements
Hi Guys,
When I am converting sting to container using the function "str2con"
It is passing like [123 , 456]
but what I need is ["123", "456"]
Can you please help me to solve this.
Instead of converting string to container you can directly insert string values to list.
List values = new List(Types::string); values.addstart("123"); values.addStart("456"); // You can pass this list values directly instead of converting them to container and then to list
Thanks,
Girish S.
Hi Girish
I will input the str parameter as - 123 , 456
and then I will convert into container using function "str2con".
and then I will convert into list using function "con2list"
and finally I will send the value as list in request JSON.
Hi jenifer,
Can I know why you want to save them with double quotes in container?
If you want that, while getting values from container you can use int2str function to convert them to string field, right?
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Abhilash Warrier 843 Super User 2025 Season 2
André Arnaud de Cal... 405 Super User 2025 Season 2
Martin Dráb 322 Most Valuable Professional