I’ve looked at a few different options for doing this, and wondered if anyone had any other ideas (simplicity is appreciated!).
I would like to create an action. When the button is pressed, I’d like for the record I’m looking at (e.g., a row in a table in “app 1”), to be copied to a row in a table in “app 2”.
Is there a way to do this other than Workflow/API ?
@Belinda - I have not done a lot in this area, but from what I can tell, you either have to leverage a webhook/workflow (see below), or if your backend is google sheets, could consider using Zapier. I am betting @Aleksi has some advice here…
@Belinda Do you need to copy it without saving? If manual saving is allowed, you could copy the record with a deep link LINKTOFORM(“FormViewName”,“Store”,[Store],“Type”,[Type],“MyAppName-123456”)
@Aleksi - I just have to ask… when you say “Do you need to copy it without saving?”, do you mean not saving the copied record in the second app (eg: App2)? The LINKTOFORM opens a form view of the form that resides in App2, but does not save that new record. The user has to press Save correct?
I can copy the record to clipboard too using LINKTOFORM ?
I can use LINKTOFORM using an Action and insert a little icon near a long_text field i want to copy in the clipboard ?