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
I'm using a custom picker for the Project Code field. If the user enters a new value not found in existing data, dependent fields should become editable. So I need the rule to return both the suggestion dataset and a flag indicating it's a new entry.This is my code in interface code