action:Prompt_With_List
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| action:Prompt_With_List [2017/09/06 06:25] – created peternlewis | action:Prompt_With_List [2022/09/27 06:37] (current) – peternlewis | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Prompt With List ====== | + | ====== Prompt With List Action |
| - | //Prompt With List// action lets you select from a list of values. | + | The //Prompt With List// action |
| + | |||
| + | {{ promptwithlist.png? | ||
| + | |||
| + | You can include a title (which is only displayed when the search field is empty), as well as a default search string (v8.1+). | ||
| + | |||
| + | If a single entry is returned, it is returned by itself (no newline character). | ||
| + | |||
| + | If there is no title and no search string and less than 100 items, then all the items will be shown in the scrolling list. Otherwise no items will be shown until you search for something and then matching items will be shown in the list. To display all of the items even when more than 100 items, enable the Always Show All Entries option in the gear BUTTON{{{⚙}}} menu (v10.2+). | ||
| The values are displayed in a Spotlight-like window, similar to the [[action: | The values are displayed in a Spotlight-like window, similar to the [[action: | ||
| Line 8: | Line 16: | ||
| The selected item will be saved back to the source of the list, or to a specified clipboard, variable or file. | The selected item will be saved back to the source of the list, or to a specified clipboard, variable or file. | ||
| + | |||
| + | If you press Escape, the action will fail and no result will be saved. By default the macro will be canceled and you will be notified of the failure, but you can adjust that in the gear BUTTON{{{⚙}}} menu. | ||
| + | |||
| + | The resulting items will be trimmed of leading or trailing white space by default, but you can (v10.2+) disable this by turning off Trim Lines in the gear BUTTON{{{⚙}}} menu. | ||
| + | |||
| + | ==== How to Store a Different Value than Displayed ==== | ||
| + | |||
| + | If you want to display a “friendly” value as the default value, but store a different value (like a code), you can do this by using a code followed by two underscores (`__`) and then the value, for example: | ||
| + | |||
| + | ``` | ||
| + | A__Excellent | ||
| + | B__Good | ||
| + | C__OK | ||
| + | F__Fail | ||
| + | ``` | ||
| + | |||
| + | will display a list with Excellent, Good, OK, and Fail, but return a value of A, B, C or F as appropriate. | ||
| ===== See Also ===== | ===== See Also ===== | ||
| Line 15: | Line 40: | ||
| * [[action: | * [[action: | ||
| * [[action: | * [[action: | ||
| + | * [[action: | ||
| + | * [[action: | ||
| * [[action: | * [[action: | ||
| * [[action: | * [[action: | ||
| * [[: | * [[: | ||
| + | === Forum === | ||
| + | |||
| + | * [[https:// | ||
action/Prompt_With_List.1504679126.txt.gz · Last modified: by peternlewis
