Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Simone
7
Views
2
Comments
[XML Records] How to overwrite the informations in a structure
Question
Forge
XML Records (O11)
Forge asset by
Afonso Carvalho
Hi All,
I'm using the XML to record list, and it work quite well, thanks Ricardo!
The only problem, is that i'm not able to overwrite the information just wrote into the structure that i have previously used.
This mean that i have to close the pop up, where the functions is created, and open it again, at this point the structure is empty and than the xml restart to work again.
I'm wondering if there is a way to instruct the XmlToRecordList to overwrite what it can find in the table.
Many thanks for the help
Simone
João Rosado
Staff
HI Simone,
You can call the ListClear action from the System Reference to clean the list before calling the
XmlToRecordList .
Edit: also you could use it inside an Action (instead of just directly on the screen flow), that way the local (or output) variable would be inside the action it would always be a new one, instead of the local variable of your screen that gets reused between calls.
Regards,
João Rosado
Simone
Hi Joao, thanks for you reply!
I have created and action and It work perfectly now following your suggestions!!!!
Have a nice day!
Simone
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...