docs icon indicating copy to clipboard operation
docs copied to clipboard

The documentation site and knowledge base for OpenFn, the leading DPG for workflow automation.

Results 65 docs issues
Sort by recently updated
recently updated
newest added

## Short Description First pass docs for global functions Note that Lightning will not support globals at this time, so platform docs will have to come later. Still to do:...

I thought we had more examples of this but the only docs I can see are in the CLI docs: https://docs.openfn.org/documentation/cli-usage#handle-output-state ![Image](https://github.com/user-attachments/assets/0881cf48-f4a9-4d34-95ab-fda1c0886bca) This is such a cool and important feature!...

A pattern emerging in the new http namespaces is the error map: ``` http.get($.url, { errors: false }) ``` You can use the error map for 3 different things: *...

Just basic coverage, installation steps, and a little gif/video

We are currently developing a series of developer surveys aimed at getting feedback about various tools, like the CLI. I expect we'll want surveys for the CLI, VSCode, and at...

In the main docs, in the big info boxout, we should make it clearer that you do not choose the Collections adaptor, the API is always there. Maybe recommend choosing...

## Short Description Adds an AI explainer to the doc site ![image](https://github.com/user-attachments/assets/ab44a5b0-0974-46b6-9089-ee42bf2ebd13) Details to follow ## Work To Do - Fix the Robot icon and center the icon - Fix...

The job writing guide doesn't really explain that regular JS function calls at the top level don't work. You can't do console.log, for example, unless inside an operation. We might...

**Desscription** You can setup up a webhook trigger workflow that will be triggered every time there is a new form submission. This will be a quick tutorial on how you...