It would be nice if I could set the initial content for Input fields through workflow, specifically in reusable elements. My current workaround is to not use a reusable element and set the initial content for the popup based on a State, but now I have multiple elements to maintain instead of just one reusable element.
For example, I want to create a reusable popup to create a Contact and use it for different purposes.
- Purpose 1: all fields are blank on popup and the user can fill them out (i.e. create a new contact).
- Purpose 2: fields are prepopulated on popup based on something on the page. (i.e. create contact from email, which would populate the email address field from the email that it was trigger on).
Purpose 2 would work easily if I could set the value for the input through workflow. Right now I can only “set focus” or “reset inputs”.