Skip to content

Suppress Errors In Run Config #205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Suppress Errors In Run Config #205

wants to merge 2 commits into from

Conversation

adc103
Copy link
Contributor

@adc103 adc103 commented Jul 10, 2025

I am finding that it would be very useful to have a way to return blank values when there is an Error instead of returning that Error. For example, I am using expressions in many of my LWC components and am needing to either:

Use more complicated Expressions all over, for example, to check blanks to and return blanks

Build logic into each LWC to handle the errors.

I would be great to be able to simply add this into the configuration of the evaluator to handle this in one consolidated place.

Also, I did a very simple example implementation. I am simply doing a try-catch and haven't looked into if it should be done through the existing error logic. I just want to get the conversation going!

@cesarParra
Copy link
Owner

Thanks @AlecCollins. I've actually had error handling on my mind for a while, let me start an RFC and tag you there with some of the things that I've been thinking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants