Error While Debugging

Hi All,

Below is the screen shot I am unable to resolve it. Please help me

@Inchara_B_A

One of the activities you configured is given a wrong value…

Can you share your workflow or can you show the full workflow here

Sharing it would be good

Cheers





Here is the complete workflow

Your problem is clear.

Its your Get Temperature activity.
You are trying to set the value (assign it) to an expression. In this case Temperature.ToString().

Temperature.ToString() is an expression.
You need to change it to simply be Temperature.

1 Like

Thank you.

Yes Temperature is the variable which is created

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.