I'm new here and also a beginner on JMeter and maybe this was already answered in an old post that I didn't find, sorry if this is the case.
I had this Post request I need to send with all these IDs that vary according to the account Post Request In order to get all of the IDs, I used the JSon extractor to put then into a variable JSon extractor, then I got all the FieldIDs that I need. ID extracted
But now how can I add this variable inside the request? I tried something like {"ids":"${fieldId}","includeBoundary":true}
but it didn't work. How can I use this?
Please see: HTTP Request parameter dialog example