Avatar

Level 1

Hi Jon,

Thanks so much for your response.

I did try your suggestion, but unfortunately it's still not working . Here is what I did:

Added 2 columns. One with content of the SMS and one with value 0.

1704372_pastedImage_0.png

Here is how my JS looks like where I'm reading @content & @value from the temp table and try to logInfo "new value" which should print 1 in the workflow journal logs.

1704373_pastedImage_1.png

In workflow logs, it successfully prints value 0 which means it's reading successfully from the temp table.

1704374_pastedImage_2.png

When I run the workflow again, I expect the value 1 in the logs to be printed for all the records, but it doesn't do anything and fails with this error:

05/03/2019 17:38:03                Automatically resuming workflow (number of consecutive times: 2).

05/03/2019 17:37:03                Automatically resuming workflow (number of consecutive times: 1).

Could you please let me know if Anything I missed here?

Thanks