List Budgets
VARIABLES
Set variable
config
to
Shortcut Input
VARIABLES
Set variable
budgets
to
Dictionary
SCRIPTING
Get
Value
for
url
in
config

Dictionary Value
URL
url
/api/v1/budgets

URL
SCRIPTING
Get
Value
for
personal_token
in
config

Dictionary Value
NETWORK
Get contents of
URL
Options Under Construction

Contents of URL
SCRIPTING
Get dictionary from
Contents of URL

Dictionary
SCRIPTING
Get
Value
for
data
in
response_dict

Dictionary Value
SCRIPTING
Repeat with each item in
response_data

Repeat Results
SCRIPTING
Get
Value
for
id
in
Repeat Item

Dictionary Value
SCRIPTING
Get
Value
for
attributes
in
Repeat Item

Dictionary Value
SCRIPTING
Get
Value
for
name
in
acc_attributes

Dictionary Value
SCRIPTING
Set
budget_name
to
budget_id
in
Dictionary

Dictionary
VARIABLES
Set variable
budgets
to
Dictionary
SCRIPTING
End Repeat

Repeat Results
VARIABLES
Set variable
output
to
budgets
Showcuts