Clearing a log error: Actions or a fallback value

Clearing an error with an action node or a fallback value

When the log flags an error – most often a missing value – you don’t have to leave it broken. There are two ways to handle it in the editor.

Option 1: run an action

Use an action node to recover from the problem – for example, removing the placeholder so nothing is left dangling, or otherwise cleaning up the result. The missing data no longer produces an error, because the action deals with it.

Option 2: output an alternative value

Or detect the case and supply a fallback: a condition node spots when the value is missing, and a data node outputs an alternative value in its place. The record still gets something sensible, and the error disappears.

Either way, the log goes quiet

Both approaches genuinely handle the situation rather than hiding it. Reach for the action route when the fix is "take it out or clean it up", and for the condition-plus-fallback route when the fix is "use this value instead". A recurring error in the log is simply the prompt to add one or the other.

Next

That’s the Log. Next comes automating DataMergeStudio from outside the app.

Not found what you're looking for?

Log · Last updated 1 month ago

Copyright ToolboxCode UG