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
Michael Smith
1
Views
2
Comments
Copy Record Into Another Enitiy
Question
I am wanting to have a table set up and when a user clicks a button, it runs an action that copies that record to another enity. I have tried using ListInsert, but can't getting it working.
Michael
João Heleno
MVP
Michael,
use the Create and CreateOrUpdate actions associated to the entities.
If you're using the new 6.0 version you can see them in the Data tab, when you expand your entities. You need to create a local variable of type Record. Then set the record's attributes according to your entity and next use the Create or CreateOrUpdate action.
Cheers,
João
Michael Smith
Thanks, that did work.
Michael
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...