2
0

📝 Add dynamic buttons section

This commit is contained in:
Baptiste Arnaud
2023-02-28 08:01:20 +01:00
parent d5b8a43d3f
commit caf4086dd8
2 changed files with 12 additions and 0 deletions

View File

@ -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.
<img
src="/img/blocks/inputs/buttons-dynamic.png"
alt="Dynamic items list"
width="600px"
/>
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 ## How to
### Add a "Other" button ### Add a "Other" button

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB