diff --git a/apps/docs/docs/editor/blocks/inputs/buttons.mdx b/apps/docs/docs/editor/blocks/inputs/buttons.mdx index 927a84c2f..2c514f87d 100644 --- a/apps/docs/docs/editor/blocks/inputs/buttons.mdx +++ b/apps/docs/docs/editor/blocks/inputs/buttons.mdx @@ -54,6 +54,18 @@ Link the "Default" item to determine the default path independent of what the us } /> +## Dynamic items + +Instead of adding items manually, you can also display a dynamic list of items based on a variable. + +Dynamic items list + +This is useful when you want to display a list of items from another data source. For this to work, you first need to make sure the variable you are using contains a list of values. This list can be extracted from an integration block like Google Sheets. + ## How to ### Add a "Other" button diff --git a/apps/docs/static/img/blocks/inputs/buttons-dynamic.png b/apps/docs/static/img/blocks/inputs/buttons-dynamic.png new file mode 100644 index 000000000..471a7255a Binary files /dev/null and b/apps/docs/static/img/blocks/inputs/buttons-dynamic.png differ