Im creating a custom app that and trying to PATCH the “Forecast.Percent” value but, when I use quotes that make the JSON valid, I get not a valid integer response. Is there a work around for this?
What does parameters.Forecast contain? If it has anything other than numeric values (including a percentage symbol), it’s no longer a number. You’ll have to remove the percent symbol and convert it to a number using the built-in parseNumber function
I will clarify that, It seems that the limitation is the way that Make Requires the Quotes. Otherwise my variable tag is not recognized, nor can I save it because of Parse Error.
If I omit param var and put plain text in without quotes, This works "Body": "Forecast": {"Percent": 50}
If you need to specify a type of parameter, you need to do so in the mappable parameters tab, which contains the list of input parameters. So in your case, your mappable parameters would
look like: