- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2025 08:12 AM
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
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.