Often we use ‘Initial Variable’ only for the one-time storage of a parameter. i.e. we set the value at the beginning of the flow and do not change it later.
The idea of a variable is that it changes during the flow. If you really want to set only one parameter, just use ‘Parse JSON’. This not only makes it clearer, but also saves API calls.
Leave a Reply