I can get database items of the notion but I want to show them in the dropdown menu. Can I get it designed to get in the dropdown or if I have to use it through Airtable???
Hi @princy.jain9396 -
You can use the values setting in the drop-down menu.
Replace items with your items. Something like
{items = map(filterresults, (x)-> x["properties"]["Products"]["title"]["1"]["text"]["content"]
{items= ["a", "b", "c"]}
{formmenu: values={=items}}
1 Like
Thank you so much. It worked like a charm. Do you guys have any video course or something to learn these tricks??
I'm glad this worked.
We have guides with videos in them.