You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warn when a Flow ID is uppercase (warning UI style).
Suggest lowercase kebab style names for new Flow ID's, using the Lodash kebab case function (informative UI style).
Show an error for ID's that use characters that are not in an allowed list. The allowed list of characters are: lowercase letters, uppercase letters, dashes, numbers characters. Characters such as space, emojis or anything else are not allowed. This should cause an error style UI. We need to enforce that when trying to uploading a new or existing Flow, that users cannot progress until the ID complies with the allowed character rules.
The text was updated successfully, but these errors were encountered:
We want to:
The text was updated successfully, but these errors were encountered: