Hi !
Who can i change field string?
I need change text in ${__series.name} for exclude some of string or cut string for some char
I have:
[!] Sending error: No message, timeout exceeded or problem with response queue from: LL.GET_CARD
[!] Sending error: No message, timeout exceeded or problem with response queue from: LL.GET_ID
I would like accept:
LL.GET_CARD
LL.GET_ID
I found only this variants of changing ${__series.name.[5]} - but its show only 1 char
I know about mapping but it’s not good for my because error will be add extrimly
Thank you !