Skip to content

Commit 9bcce5f

Browse files
RodriqPoojaB26
andauthored
[Update] action-blocks.md: Added notice on actions not supported in Action Block (#105)
* [Update] action-blocks.md: Added notice on actions not supported in Action Block notice that some actions are not available in the action block * Update action-blocks.md Used correct style and added some example actions not available for use in an Action block * Update docs/resources/control-flow/functions/action-blocks.md Co-authored-by: Pooja Bhaumik <[email protected]> * Update docs/resources/control-flow/functions/action-blocks.md Co-authored-by: Pooja Bhaumik <[email protected]> * Update docs/resources/control-flow/functions/action-blocks.md Co-authored-by: Pooja Bhaumik <[email protected]> --------- Co-authored-by: Pooja Bhaumik <[email protected]>
1 parent bdc1d91 commit 9bcce5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/resources/control-flow/functions/action-blocks.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Action Blocks have different scopes, which determine their availability:
1616
| **Page Level Action Blocks** | Restricted to the page in which they were created. These can access the state variables available in their scope, such as page state variables, as well as variables above their scope, such as [App State variables](../../../resources/data-representation/app-state.md). | Page Level Action Blocks can access page state variables and App State variables. |
1717
| **Component Level Action Blocks**| Restricted to the component in which they were created. These can access the state variables available in their scope, such as component state variables, as well as variables from higher scopes, like page and App State variables. | Component Level Action Blocks can access component state variables, page state variables, and App State variables. |
1818

19+
:::note[Unsupported Actions in Action Blocks]
20+
Some actions are not supported and cannot be used in an Action Block. By default, these actions are hidden in the Action Block Editor.
21+
For example, actions under the **Firebase Authentication** category, **Start Periodic Action**, **Upload Data**, and others.
22+
:::
1923

2024
## Action Blocks Structure
2125
When creating an Action Block, the process of defining the flow is similar to **[defining

0 commit comments

Comments
 (0)