Tested on version 3.2, it seems that the USER_NEW trigger does not send data to the script (the trigger fails to trigger), in my case to https endpoint, specifically after a certain entry in the stream list that applies to the trigger definition. For example, trigger definition:
Seems like it hits some kind of character limit? This limitation can be bypassed by creating additional, same type triggers with stream list entries that did not work in previous definition. Also, it work fine when stream list is empty (applies to all streams), but that does not work for my case. This limit complicates trigger definition generation. What is the character limit, and is there meant to be one?
Tested on version 3.2, it seems that the USER_NEW trigger does not send data to the script (the trigger fails to trigger), in my case to https endpoint, specifically after a certain entry in the stream list that applies to the trigger definition. For example, trigger definition:
All streams except
"nnn_17, "nnn18"
trigger USER_NEW. This trigger definition works fine:Seems like it hits some kind of character limit? This limitation can be bypassed by creating additional, same type triggers with stream list entries that did not work in previous definition. Also, it work fine when stream list is empty (applies to all streams), but that does not work for my case. This limit complicates trigger definition generation. What is the character limit, and is there meant to be one?