Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielgiroe1 committed May 15, 2024
1 parent 4617a78 commit 832c9ad
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/3.0/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,11 @@ end
```
Consider the following scenario:

1. Navigate to https://main.avodemo.com/avo/resources/users?hey=ya.
2. Attempt to run the dummy action.
You should be able to access the `hey` parameter and retrieve the value `ya`.
1. Navigate to `https://main.avodemo.com/avo/resources/users`.
2. Add the parameter `hey=ya` to the URL: `https://main.avodemo.com/avo/resources/users?hey=ya`
3. Attempt to run the dummy action.
4. After triggering the action, verify that you can access the `hey` parameter.
5. Ensure that the retrieved value of the `hey` parameter is `ya`.

#### Implementation

Expand Down

0 comments on commit 832c9ad

Please sign in to comment.