Flow Designer body object with keys containing dashes not supported?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2025 12:47 PM
I have a flow in flow designer that receives a body containing keys like "name": { "en-CA": "My Name", "fr-CA" "Mon Nom" }. When I try to create the body mapping in designer for the label it accepts it but it renames the name of that field to "en_CA" and "fr_CA" . This causes the flow to not see the passed data.
Is there a way to configure it so it works with keys containing a dash?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2025 06:29 AM
I can't share the script snapshot since the project is private.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2025 06:27 AM
Here is a screenshot of the situation:
Here is a screenshot. It forces the name to be fr_CA and en_CA and it show's up like that after running tests as what is expected in the body. This is causing it to not see the real field that is en-CA in my payload.