I’m performing a post http request to a server which creates an invoice. the output of my request contains the invoices id.
I want to map the id in another module, but just can’t get a hold of it. i tried parsing the json but i get an error saying the source is not a valid json.
I feel like i did this exact thing a hundred times, but today i just can’t make it work.
This is the module where i try to map the id. But under “data” i have no option to map individual values
example output.txt (3.2 KB)
this .txt file contains my output shown in the following screenshot. the higlighted number is the id i need
is there some easy command i’m just missing?