Data Table not Updating with a new Row

Hi @tirosh_gutte,

I took a look at your Data Table and it looks as though it is populating, but only populating the analoginput1 value as seen here:

55%20PM

Within your workflow, however, you are setting analoginput1 and analoginput8, but you will need to also set analoginput2, analoginput3, and so on. I have not watched the payload fire myself, but it could be possible nothing is coming through for analoginput8 or the payload path could also be incorrect. You will, however, need to set your Table: Insert Rows for each analog input if you want the entire table to be populated:


Each Value Template will need to point to where the analoginput value is on the payload.

Thanks,
Julia