Skip to content

Commit

Permalink
fix: Update the picture link
Browse files Browse the repository at this point in the history
  • Loading branch information
bingren-yd committed Dec 3, 2024
1 parent c319678 commit c08e79c
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion docs/blocks/data-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Map data of a variable or table.
```
and have a data map like this.

![data map](https://res.cloudinary.com/chat-story/image/upload/v1657086347/automa/Screenshot_2022-07-06_134530_pyuvbm.png)
![data map](https://s3.ap-southeast-1.amazonaws.com/automa-pub/i/2024/12/03/mqzsy-cv.png)

The data will convert to
```json
Expand Down
2 changes: 1 addition & 1 deletion docs/blocks/google-sheets-drive.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ So, to view the documentation on how to get, update, or clear values in a Google

To get, update, or clear values in a Google Sheet, you need to connect a spreadsheet by clicking the 'Connect' button next to the sheet selection. Then, select the spreadsheet file.

![Connect spreadsheet](https://res.cloudinary.com/chat-story/image/upload/v1674112697/automa/Frame_3_2_h8miwx.png)
![Connect spreadsheet](https://s3.ap-southeast-1.amazonaws.com/automa-pub/i/2024/12/03/ml5uc-hh.png)

## Create a Spreadsheet
You can use it to create a spreadsheet.
Expand Down
4 changes: 2 additions & 2 deletions docs/blocks/google-sheets.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Before using this block, you need to give Automa access to the spreadsheet first

When you share the spreadsheet with the public, Automa only has read access to it. <br> And if you have a plan to update the cell values of the spreadsheet, you need to share the spreadsheet with the Automa service account. To do that, open the spreadsheet you want to share, click the share button on the top right, and input `[email protected]`.

![Service account](https://res.cloudinary.com/chat-story/image/upload/v1642067522/automa/chrome_9iHTFjxWEn_lzavjy.png)
![Service account](https://s3.ap-southeast-1.amazonaws.com/automa-pub/i/2024/12/03/mj8jg-g1.png)

## Spreadsheet Id
The Spreadsheet Id contains letters, numbers, hyphens, or underscores. And you can find it in the Google Sheets URL.
Expand All @@ -23,7 +23,7 @@ The Spreadsheet Id contains letters, numbers, hyphens, or underscores. And you c
https://docs.google.com/spreadsheets/d/<mark>10FGdgjWhkFeJ8m-M5WC0zDIMnSqRFuctuZ1CkOr38mY</mark>/edit
</code>

![Spreadsheet Id](https://res.cloudinary.com/chat-story/image/upload/v1641768594/automa/chrome_OuX2wQzOe4_lyd8tv.png)
![Spreadsheet Id](https://s3.ap-southeast-1.amazonaws.com/automa-pub/i/2024/12/03/mj8jh-f2.png)

## Range
The range of the values of the cells that you want to get or update, you can define the cells range by using the [A1 Notation](https://developers.google.com/sheets/api/guides/concepts#expandable-1) like `Sheet1!A1:B2` or [R1C1 notation](https://developers.google.com/sheets/api/guides/concepts#expandable-2) like `Sheet1!R1C1:R2C2`.
Expand Down
4 changes: 2 additions & 2 deletions docs/blocks/insert-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Inside the value text field, you can either input the absolute path of the file
- `https://example.com/files/document.pdf`
- `https://example.com/words.txt`

![import file content](https://res.cloudinary.com/chat-story/image/upload/v1662970548/automa/insner_2_mrslmt.png)
![import file content](https://s3.ap-southeast-1.amazonaws.com/automa-pub/i/2024/12/03/mn1j8-au.png)

## Inserting Multiple Table Rows
To insert multiple table rows into a column, separate each value with a double vertical bar (`||`). For example:

```
value 1 || value 2 || value 3
```
![multiple rows](https://res.cloudinary.com/chat-story/image/upload/v1693202468/automa/fieqmvqf5kb5seudggp4.png)
![multiple rows](https://s3.ap-southeast-1.amazonaws.com/automa-pub/i/2024/12/03/mpoez-84.png)
2 changes: 1 addition & 1 deletion docs/blocks/loop-breakpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Set the breakpoint for the [loop data block](/blocks/loop-data.html#breakpoint).
## Stop Loop
It will stop the loop that corresponds with the loop id you input and continue the execution to the next block.

![Stop loop](https://res.cloudinary.com/chat-story/image/upload/v1666324174/automa/chrome_Uwmb1sgeiJ_sukqfu.png)
![Stop loop](https://s3.ap-southeast-1.amazonaws.com/automa-pub/i/2024/12/03/mhqfa-yj.png)
2 changes: 1 addition & 1 deletion docs/blocks/loop-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ When using the custom data option, make sure you write [array](https://developer

And when you select the `elements` options, Automa will return an array of selectors of the elements that match the `selector` you inputted. And you can use the loop data block like below.

![Loop elements](https://res.cloudinary.com/chat-story/image/upload/v1657078995/automa/Loop_elements_a4btqz.png)
![Loop elements](https://s3.ap-southeast-1.amazonaws.com/automa-pub/i/2024/12/03/mgcyq-dr.png)

## Loop ID
ID to identify the loop. Use this Id when you want to access loop data inside [expressions](../workflow/expressions.md) or when using the [Loop Breakpoint](./loop-breakpoint.md) block.
Expand Down
2 changes: 1 addition & 1 deletion docs/blocks/repeat-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Repeat execute a block or multiple blocks.

To use this block, you must connect the second output (`Repeat from`) to the block you want to repeat from.

![Repeat task block example](https://res.cloudinary.com/chat-story/image/upload/v1642236750/automa/chrome_NLkqno9pxO_hbudur.png)
![Repeat task block example](https://s3.ap-southeast-1.amazonaws.com/automa-pub/i/2024/12/03/mdowf-u8.png)

When you execute the workflow and reach the repeat task block, the workflow will start over executing from the block that connects with the second output. You can define how many times it is repeated in the provided input.
2 changes: 1 addition & 1 deletion docs/blocks/while-loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Execute blocks while the condition is met.

When it meets the condition, the while loop block will continue to the block that connects with the first output. And if it's not, it will continue to the block that connects with the fallback output.

![while loop example](https://res.cloudinary.com/chat-story/image/upload/v1648544767/automa/nsAkHeuetG_xg5awo.png)
![while loop example](https://s3.ap-southeast-1.amazonaws.com/automa-pub/i/2024/12/03/meu7f-z8.png)

Open the [condition builder](../reference/condition-builder.md) page to see how to build a condition.
8 changes: 4 additions & 4 deletions docs/extension-builder/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ A quick start on how to create your first extension using the Automa CEB, open t

Click the "New extension" button to add a new extension, and input the extension name and description.

![New extension](https://res.cloudinary.com/chat-story/image/upload/v1669964859/automa/chrome_AtuR0TLqzm_rypyqd.png)
![New extension](https://s3.ap-southeast-1.amazonaws.com/automa-pub/i/2024/12/03/o5t5q-u6.png)

Open the extension, and you can change the extension icon or rename it on the details tab.

![Details tab](https://res.cloudinary.com/chat-story/image/upload/v1669965317/automa/chrome_VtPVnKGH3q_uigdsc.png)
![Details tab](https://s3.ap-southeast-1.amazonaws.com/automa-pub/i/2024/12/03/o5t5r-f9.png)

And to add workflows to the extension, navigate to the workflows tab and click the "+ Workflows" button. There are two ways you can add workflows to the extension:

1. Selecting the JSON files of the workflows
2. Importing the workflows from the Automa extension.

![Add workflows](https://res.cloudinary.com/chat-story/image/upload/v1669967662/chrome_9ZfKdZtANI_udrijd.png)
![Add workflows](https://s3.ap-southeast-1.amazonaws.com/automa-pub/i/2024/12/03/o5t5n-lu.png)

After that, to download the zip file of the extension, you need to publish the extension first. You can do it by clicking the "Publish" button on the navigation, and when it's published, navigate back to the details tab and click the download button on the version that had been published in the version history section.

![Extension version history](https://res.cloudinary.com/chat-story/image/upload/v1669966177/automa/chrome_AfQp0IW1FS_rtllad.png)
![Extension version history](https://s3.ap-southeast-1.amazonaws.com/automa-pub/i/2024/12/03/o5t5q-w6.png)
2 changes: 1 addition & 1 deletion docs/extension-builder/installing-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ To install the extension to one of those browsers:
2. On that page, enable the "Developer mode" switch on the top right if you're using Google Chrome.
3. Drag and drop the extension zip into that page.

![Chrome Extensions Page](https://res.cloudinary.com/chat-story/image/upload/v1672994254/automa/NVIDIA_Share_S9UYH5Yvj0_xolyl2.png)
![Chrome Extensions Page](https://s3.ap-southeast-1.amazonaws.com/automa-pub/i/2024/12/03/oez7n-mm.png)
![Installing extension](https://res.cloudinary.com/chat-story/image/upload/v1672994471/automa/installing-extension_hkiiu9.gif)
8 changes: 4 additions & 4 deletions docs/extension-builder/workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To add a workflow to the extension, click the "+ Workflow" button, select whethe

For the workflow JSON file, you can get it by [exporting a workflow](../workflow/overview.md#export-and-import-a-workflow) from the Automa extension.

![Add a workflow](https://res.cloudinary.com/chat-story/image/upload/v1670212865/automa/NVIDIA_Share_mqfTPWmLcJ_z0eczs.png)
![Add a workflow](https://s3.ap-southeast-1.amazonaws.com/automa-pub/i/2024/12/03/o9z5q-7f.png)

::: tip Note
The "From Automa extension" option only works if you use Automa v1.24.0 or newer.
Expand All @@ -22,17 +22,17 @@ The "From Automa extension" option only works if you use Automa v1.24.0 or newer
## Updating a Workflow
You can update the workflow by clicking the update icon on the workflow you want to update. After that, click the "From JSON file" or "From Automa extension"; and select the workflow.

![Updating a workflow](https://res.cloudinary.com/chat-story/image/upload/v1670212991/automa/chrome_j3pk8zBstl_jorgmn.png)
![Updating a workflow](https://s3.ap-southeast-1.amazonaws.com/automa-pub/i/2024/12/03/o9z5p-4i.png)

## Deleting a Workflow

To delete a workflow, you can click the delete button on the workflow you want to delete.

![Deleting a workflow](https://res.cloudinary.com/chat-story/image/upload/v1670213139/automa/chrome_cmge12BVxE_adzlrp.png)
![Deleting a workflow](https://s3.ap-southeast-1.amazonaws.com/automa-pub/i/2024/12/03/o9z5o-3g.png)

And if you want to delete multiple workflows, click the checkbox beside the workflow, and click the "Delete selected" button.

![Deleting workflows](https://res.cloudinary.com/chat-story/image/upload/v1670213135/automa/NVIDIA_Share_dUepZN5bIB_egirro.png)
![Deleting workflows](https://s3.ap-southeast-1.amazonaws.com/automa-pub/i/2024/12/03/o9z5p-ho.png)

## Invisible
When you enable the invisible checkbox on a workflow, the workflow will not visible on the extension when the user installs it. That means the user can't run the workflow manually (by clicking the run button on the extension).
Expand Down
2 changes: 1 addition & 1 deletion docs/workflow/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ console.log(automaRefData('workflow', 'logs'))
console.log(automaRefData('workflow', 'status'))
```

![Workflow data](https://res.cloudinary.com/chat-story/image/upload/v1693204373/automa/Screenshot_2023-08-28_143223_swcorv.png)
![Workflow data](https://s3.ap-southeast-1.amazonaws.com/automa-pub/i/2024/12/03/ohxkf-et.png)

0 comments on commit c08e79c

Please sign in to comment.