Error message is not displaying in UI

"I’m encountering difficulties displaying error messages on the UI after submitting incorrect inputs by calling an activity in a flow action. Despite using Page-Set-Message in the activity and enabling ‘Keep error message to display’ and ‘Always show’ in the Perform harness, the errors remain invisible.

Tracing confirms the message is present on pyWorkPage. I’ve attempted various section configurations, including @baseclass Errors and ErrorList sections.

Please assist me in resolving this issue."

@Sana052223 try using DisplayErrors section.

@Anoop Krishna I tried with DisplayErrors section configuring in Perform harness’s display error settings, but it’s not working.

@Sana052223

To understand what is happening you may try Property-Set-Message instead and use .pyErrorMessage for instance.

You may also create a test button to peform refresh to the error Section of your harness.

If your configuration is correct, the error message should be visible.

@Sana052223 Try to place the DisplayErrors section in the section of the flow action where you want to display the error instead of perform harness

@kammv

Hello, Thanks for a guidance!! It worked.

@AdilsonUX Hi,

I have tried this way already. But I want to update you that Page-Set-Messages are functioning correctly in our UIKit Version. Nonetheless, we experienced difficulties integrating this feature with the Cosmos theme.

Kindly provide your inputs to resolve it.