Files
twenty/packages/twenty-front/src/modules/workflow/search-variables/constants/SearchVariablesDropdownId.ts
Thomas Trompette 2e8b8452c1 Add available variables dropdown (#7964)
- Add variable dropdown
- Insert variables on click
- Save variable as `{{stepName.object.myVar}}` and display only `myVar`


https://github.com/user-attachments/assets/9b49e32c-15e6-4b64-9901-0e63664bc3e8
2024-10-23 18:32:10 +02:00

2 lines
64 B
TypeScript

export const SEARCH_VARIABLES_DROPDOWN_ID = 'search-variables';