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
2018-05-16 11-16-36
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
UserImage.jpg
Michael Smith
Thanks, that did work.

Michael
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.