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

Post Reply
shawn.anderson
Newbie
Posts: 2
Joined: Thu Feb 22, 2024 1:40 am

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

Post 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
laurentd
Member
Posts: 142
Joined: Wed Mar 13, 2019 2:06 pm

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

Post 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.
Laurent De Wilde, Solution Architect @ Enfocus
Post Reply