Field value showing in XML but not on form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2025 04:07 AM
I am populating a form field value through an Update API but its saving the value in the backend but not showing on the form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2025 04:12 AM
Hello @Sachin bagyal ,
What kind of field are you populating? A reference field, choice, or text field?
Please show us how you are populating the field, and what value ends up in the XML.
Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2025 04:33 AM
Its a date field which I am populating
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2025 04:50 AM - edited ‎04-11-2025 04:50 AM
Do you populate it with a GlideDateTime object or a string that has this format: YYYY-MM-DD HH:mm:ss
For example "2025-04-11 13:49:33"?
What is the value that ends up in the XML?
Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2025 03:02 AM
The value in XML is like '2025-04-11'.