I have a REST service where I use a GET method to populate label values contained in a collapsible set. These values are mapped successfully and display the correct values. After this, I would like to use a POST method which uses label texts as input. When I try to map the label text during the 'Before Send' event, all the text values are empty.
Console.log(value) displays nothing even though I can see the text on the page.
Any clue what my issue might be?