Someone in the Tap Forms forum recently asked, if it is possible to automatically import an image from a folder using Automator into a new Tap Forms record. Since I was thinking about a similar application, I further investigated this. Currently, the Javascript API doesn’t support file system access, but adding an image from a […]
Copying record data between documents with remote scripts
I already showed one example using the clipboard to exchange data between two Tap Forms documents. Now there is a second way using script URLs: And in the target script ‘Test Script’, the parameters dictionary object contains the provided values: It is important that all option variables and their content is properly encoded so that […]