Is there a formula to bypass an error? Something similar to the ‘IFERROR’-formula in Excel → =IFERROR(value,value_if_error).
Background: I want my webapp to be flexible without input controls - which may occassionally cause an issue when fields were left empty, e.g. where a dynamic text shows “this is some text” (no matter if I first made the static text something else prior to binding).
You just need to wrap it in a IF statement and return null if it’s false/errors.
ChatGPT will write this for you if you’re unsure. You can paste in what you have, but you need to ask chatGPT to keep the same syntax as it’s a weweb UI formula rather than JS.
ChatGPT + CustomJS is very powerful when you need it. I’m flying on weweb with this supercombo! You just have to share the variable ID’s which you’ll see when you copy/paste the standard formula.