Using config values in filter expressions
I have a fairly simple read action, like so:
The max attempts is set in the config and I would like to use that rather than a hardcoded count. I couldn't figure out a way to get it in there nicely as-is. Is the best way to do it using a
The max attempts is set in the config and I would like to use that rather than a hardcoded count. I couldn't figure out a way to get it in there nicely as-is. Is the best way to do it using a
prepare function?