Hello @青山 明 ,
Add a create variable step variable in your automation and assign the value {{webResponse.body.results.get(0).id}} to it.
Then you can access variable as {{Variable_Name}}.
Hope this helps !
Here is one such example, which i used for lookup objects.
1. I did lookup objects.
2. Then I created variable as ApprovalGroup.
3. Then I can use it as {{ApprovalGroup}} in my automation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes, very much. It works !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes that will work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is useless. I get an error like below.
Failed to get value for webResponse.body.results.get({{variable: {{webResponse.body.results.get({{variable}}).id}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
put log action and see what value you are getting in variable.
Add log action step and print {{variable}} and verify what value variable is holding.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.