- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2023 08:34 AM - edited ‎09-01-2023 01:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2023 10:40 PM
Hello @Shri8 ,
Try to update the line as or try without toString() function.
var temp=g_form.getValue('you_glide_list_field_name').toString() +','+newValue;
Kindly let me know if there is any issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2023 09:54 PM
Hi Sunny,
This is throwing error as "function toString() { [native code] }, ".
The requirement is when choosing value "X" in reference field then X should be populate in list field and if on changing X to Y in reference field then list field should populate value as X,Y. Please Suggest.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2023 10:34 PM
But, again, why are you wanting to do this? There may be another way of doing what you actually need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2023 10:40 PM
Hello @Shri8 ,
Try to update the line as or try without toString() function.
var temp=g_form.getValue('you_glide_list_field_name').toString() +','+newValue;
Kindly let me know if there is any issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2023 01:38 AM