Right now when we set null/undefined in any params (likely get) - it returns the string "null/undefined"
We need to handle that case somehow.
We could
- Handle null/undefined with some params
- Add a flag for each optional field, like "Include Field"
need to research the best way how to fix it
Right now when we set
null/undefinedin any params (likely get) - it returns the string "null/undefined"We need to handle that case somehow.
We could
need to research the best way how to fix it