<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
How to Read a JSON Item Containing a Dot in Its Name in Workflows
Workflows
Okta Classic Engine
Okta Identity Engine
Overview
This guide describes how to read a JSON item containing a dot in its name.
Applies To
  • Okta Workflows
Solution

There is the following JSON:

{
   "fruit.name": "Banana",
   "fruit.color": "Yellow"
}


Both keys have a dot in the name. The following flow reads items containing a dot in the name:

Reading JSON item containing a dot in its name



Result running the flow:

Reading JSON item containing a dot in its name

 

NOTE: There is no straightforward way to read a key with a dot in its name. This guide shows a workaround.


Related References

Loading
How to Read a JSON Item Containing a Dot in Its Name in Workflows