Skip to main content
16-Pearl
June 6, 2022
Solved

How to write a service to output the values of json object

  • June 6, 2022
  • 1 reply
  • 1546 views

Hi 

 

As per the original thread

 

Seems like what I am trying to do is similar.

I want to write a service to output the values that are inside of my json object. I also have a subscription that calls this service.

I have attached screenshots of my code below. Unfortunately I do not get the desired output. Any suggestions on how to fix this?

 

Best answer by CharlesJi

Hi @Janicen 

 

Seems like you are enabling "Async" of this service. You may try with normal service by unchecking that option in Service Info tab.

1 reply

CharlesJiCommunity ManagerAnswer
Support
June 7, 2022

Hi @Janicen 

 

Seems like you are enabling "Async" of this service. You may try with normal service by unchecking that option in Service Info tab.

Janicen16-PearlAuthor
16-Pearl
June 7, 2022

This worked. 

Thank you @CharlesJi