I'm encountering an issue where I need my suggestion function to return both a dataSubset and an output value (like a flag). The goal is to allow users to enter a new project code if it doesn't exist and make dependent fields editable. I need a way to pass that output from the rule back to the interface Trying with a!update
dataSubset
Discussion posts and replies are publicly visible
You can't use the picker field as a text field to enter new values. You can instead provide a value as 'New' or 'Other' in your project code list and when user selected Other then show rest of fields to get new entry details.