What language are you using? I would recommend using a split to ensure if the length of the sequence ever changes you don’t get errors. In python this is what I use:
message.payload.split(',')[1]
What language are you using? I would recommend using a split to ensure if the length of the sequence ever changes you don’t get errors. In python this is what I use:
message.payload.split(',')[1]