PPR name sequence
We are working with a custom object named ttdpprseq__c and have a field Name_c where we need to set a custom sequence value generated through Groovy logic. The Groovy logic executes successfully and assigns the expected value to the field when testing from the Application Composer.
However, when trying to bind this value using an EL expression in Page Composer (e.g., #{bindings.Name_c.inputValue} or #{bindings.ttdpprseq__c.currentRow.Name_c}), the value does not render correctly. Instead, we are seeing a string like "this is the value returned while test" or just ".
We attempted accessing the field through different approaches using bindings, structure, and select options within the EL editor, but none of them return the correct runtime value from the Name_c field.