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

In this guide:

  1. Okta Workflows guides
  2. Reading JSON item with a dot in a name
  3. Related Okta Workflows guides
  4. Okta Workflows resources

Okta Workflows guides

Okta Workflows guides are questions and answers from the community office hours, the #okta-workflows channel on MacAdmins Slack, and other places. Read all the other guides.

How to read a JSON item containing a dot in its name in Okta Workflows?

This guide will teach you how to read a JSON item containing a dot in its name.

Reading JSON item with a dot in a name

You have 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
Reading JSON item containing a dot in its name

Result running the flow:

Result: reading JSON item containing a dot in its name
Result: reading JSON item containing a dot in its name

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

Okta Workflows resources

🍫 Get help from Workflows specialists during weekly community office hours.

📺 Learn from Workflows videos.

🛟 Get help from support: discuss a Workflows topic or ask a question.

🙋🏻‍♀️ Get help from the community: join the #okta-workflows channelon MacAdmins Slack.

Leave a comment