Insert "ALL" as first item of a list

Hi all,

I have a list. I set the datasource and it works well.
Now I want to insert a new Item (“ALL”) als first item of that list.
How to achieve this? I already have a list displayed items from my datasource, but i’m not able to prepend a new item in that list.
any ideas?

Also not possible to insert a text (not arbitrary text), for example: [“ALL”] append …
IF I begin to enter the datasource field with a plain text, the input will be cleared all the time.

thanks,
jupxi

2 options

  1. Add a “ALL” in the data source and append it to the list in the drop down data source.
  2. Set the drop down to type of text. Add a “ALL” text to the list of dropdown’s display.

Hi.

1: How to Add “ALL” in the datasource field to append?
2: DOnt know how to do that

DM me if you need help

1 Like

Thanks so much !!! :vulcan_salute:

This topic was automatically closed after 70 days. New replies are no longer allowed.