Copy records ot a database to records of others records of another database
Hi
I have a some records in a Ninox database 1 and should like add them to other records that are in a Ninox database 2.
can you tell me the way to do it ?
7 replies
-
Any luck with this?
I have tried
r := (create CompareDb);
r := this;
The record is created but emty. I don't want to copy every field in the record (too many) so I likle to copy the wjhole record but can't find the code to do it.
Any help is a appriciated!
/Niclas
-
Export from database 1. Import to database 2.
-
I have to put code behind a button - no manual actions should be included more the a "klick".
-
This only works in the Ninox- or personal Cloud of Ninox.
Therefor you have to use the REST-API of Ninox. (See Ninox documentation)
You can also do it with Integromat.
-
Oops. We both submitted at the same time.
-
Thanks a lot for the answers. I use the MAC version. I have to book myself some "coding time" and do it field by field now when I know.
Content aside
- 4 yrs agoLast active
- 7Replies
- 750Views