Productivity automation templates
4 ready-to-use productivity templates. Import one into Robomotion, connect your own accounts, and run it on a schedule or on demand.
Internship Application Intake
IntermediateUpdated 2 weeks agoCollect work from people who are not in your workspace. A published Robomotion form is a public web page with its own link: whoever answers it needs no account and installs nothing, and every submission becomes one item on a workspace queue. Submissions are encrypted in the visitor's own browser with the public half of an RSA key pair from your vault, so the platform stores the history of every application and can never read one. Three nodes take the next application off the queue, decrypt it with the private half, and show every field the applicant filled in.
Translator
IntermediateUpdated 10 months agoTranslates text from one language to another using Google Translate. Text can be provided directly or read from a file, and the result can be displayed in a dialog or saved to a text file.
Web Element To PDF
IntermediateUpdated 10 months agoConverts any web element to a PDF file by injecting the html2pdf.js library into the page and rendering the selected element based on its XPath selector.
Convert Excel Document to CSV File
IntermediateUpdated 10 months agoConverts an Excel spreadsheet to a CSV file on your file system. Supports configurable separator characters and optional sheet selection via subflows for reading Excel data and writing CSV output.