[Solved] Sending Boolean = True, getting 'invalid' wont accept '1'
I am sending an API request Parameter as follows:
isGlobal:Â
true,
isRollupReportingLocation:
false,
And Im getting the following returned:
400 Error
location.IsGlobal: [The value '1' is not valid for IsGlobal.],
location.IsRollupReportingLocation: [The value '0' is not valid for IsRollupReportingLocation.]
Anyone had this issue before? I can't see where this is sending as a '1' rather than 'true'. Is there a way to see the raw data to see if Xano is converting my 'true' to '1'?Â
Working with APIs
15 replies