Skip to main content

Good morning,

 

I'm trying to use the Write Data to Table Skill from an Action Flow, but I keep getting this error:

 imageAs you can see in the INPUT section, the action flow is providing the required Data to the Skill, so I do not understand what is going on..?

 

The skill itself is quite simple, with a Manual Sensor asking for User Input for Table Name, Column Name and Column Value

 image 

And the Write Data to Table action is configured as follows, ensuring correct Data Types:

 imageWhen I query my database, the column is indeed a Float Data Type:

 image 

So I am lost as to what is going on, can you please provide some support ASAP? Thank you very much!

Hi @vasco.caron11 ,

 

I tried to implement the same Skill but without specifying the toString() function for the Table_name and Column_name because they are already as Strings identified and it worked fine

image 

I hope that works fine


Reply