Skip to main content

JSON FIlter Documentation

  • January 15, 2023
  • 3 replies
  • 105 views

mccrilb
Forum|alt.badge.img+12

I think I have a syntax issue. Or I am doing this wrong?

I want to filter out all message ID's that are rejected.

I haven't found anything that shows how to use this function.



3 replies

mccrilb
Forum|alt.badge.img+12
  • Author
  • Silver 2
  • January 15, 2023

I finally gave up on that function. There is a JSON Filter utility that does work.





shubham8agar
Forum|alt.badge.img+5
  • New Member
  • April 24, 2025

appears you are filtering ids and then applying filter over status.


SoarAndy
Staff
Forum|alt.badge.img+12
  • Staff
  • April 25, 2025

Would you use 'not in' or '!=' ?

Failing that, This would be a great use of Template engine.  Template engine was added to the platform to help with placeholders and functions.  With LLM these days Jinja is very easy to write and paste into the platform.  Just give it a sample JSON, desc of the output. LMK if problems I can include an example.

FYI, there might be some more Functions at some point in the future to increase this list 🙂