Guest User

Untitled

a guest
Sep 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. - name: 'Initial step'
  2. actions:
  3. - getUrl:
  4. url: "API_REQUEST"
  5. - set: '{% for a in urlResponse.records %}{% if a.fields.prompt == "bye" %} bye=a.fields.var2 {% endif %}{% endfor %} '
  6. - sendText: here '{{bye}}'
Add Comment
Please, Sign In to add comment