Loading data from one Tabidoo app to another Tabidoo app

Hi, I have 2 apps in Tabidoo. I need to have a button in one of them that the user presses after filling in a value in an item that is identical to the item in the table of the other application. From the second table, from the record with the tracked value entered before pressing the button, it loads the selected data into the items that are designated for that purpose. Please advise how to do this, or if it has already been addressed here, a link to the article. Thanks. Milan

Hi,

First, you need to take a record from one application (you can filter which items you want to take): doo.table - Tabidoo Help Center and then use createRecord: doo.table - Tabidoo Help Center
to create a record in the second application.

Everything is in one WF, which has a button as a trigger. Either the WF will be server-based and run under a token (the token will have a role that has access to both applications), or the WF must run under a user who is based in both applications.