DanielW
New Contributor III

Hi @lingareddy_Alva 

Unfortunately the swagger defintions alone won't solve my issues

testint:
type: string
format: number
x-ms-powerApps-mapping:powerAppsType: number

Power apps error: JSON parsing error , expected a number and got a string

 

testint:
format: number
x-ms-powerApps-mapping:powerAppsType: number

Power apps error: JSON parsing error , expected a number and got a string

Hi @lingareddy_Alva 

Unfortunately the swagger defintions alone won't solve my issues

testint:
type: string
format: number
x-ms-powerApps-mapping:powerAppsType: number

Power apps error: JSON parsing error , expected a number and got a string

 

testint:
format: number

Power apps error: JSON parsing error , expected a number and got a string

So only testnumber works with just the format definition in my YAML.