You are viewing limited content. For full access, please sign in.

Question

Question

How to read json envelope from cloud workflow?

asked on June 10, 2023 Show version history

In the activities of the workflow I did not find a way to read a json structure.

This activity exists in the on-premises workflow but not in the cloud.
THANKS

0 0

Answer

SELECTED ANSWER
replied on June 13, 2023

You could use Pattern Matching to create tokens by pulling the Values from between the identifiers ie: <fieldname>(.*)</fieldname>

1 0
replied on June 13, 2023

very interesting idea, thank you

0 0

Replies

replied on June 12, 2023

Parsing JSON is available as part of the configuration of the Web Request rule.

0 0
replied on June 12, 2023

Thanks Miruna.

It does indeed make sense to put it here.
In the On Premise version, this activity allows you to read a json even without making an hhtp web request. In fact I wanted to use it to read the result of the execution of a script.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.