Good morning!
I’m trying out the “Code” action to do some simple manipulations of json objects being returned by Airtable. It’s super simple, but I keep getting the error below which I believe is the actual “Variable” input box for the action (not because of my code).
is there a way to tell Lindy to just treat the variable as a string?
Error:
Invalid configuration at variables: - invalid type given for `0.value`: Expected `string`, received `object`.
Lindy Academy:
In the documentation It appears that the variable values will always be converted to strings.
Variables - The variables that you will use in your code. You can set the name and value of the variable. The value of the variable can be set to an output reference from a previous step. Note, variable values will always be strings.