Page 1 of 1

the value of the dynamic property 'contentEdit' cannot be converted to a string

Posted: Fri Feb 23, 2024 6:01 pm
by shawn.anderson
I have an order that has come through that is getting stuck when trying to update a Google Sheet.
The error I see is :
the value of the dynamic property 'contentEdit' cannot be converted to a string
I'm new to switch and am not sure how to troubleshoot this.
Because it's a dynamic string, I can't just look for "contentEdit" in the XML and see if there is some kind of corruption there.
This might not be enough information but if anyone has any suggestions, I'm all ears.

Image

Re: the value of the dynamic property 'contentEdit' cannot be converted to a string

Posted: Mon Feb 26, 2024 8:27 am
by laurentd
This warning message is generated by Switch, not by the app, but it doesn't affect the result, the correct data is written in the Google Sheet.
It appears when you use variables or private data in the Content property, not with fixed values.
It is a warning message, not an error message. The job is not stuck.
This problem has been corrected in Switch 2023, and the warning message no longer appears.