Question
Retrieve the text of the value selected from a dropdown located in a cell within a table
So far, I've only been able to retrieve the values in a list:
[{“contractGoal”:“84”,“progress”:“0”,“dueDate”:“11/01/2026”,“participant”:“2”,“comment”:“ ”},{“contractGoal”:“91”,“progress”:“0”,‘dueDate’:" 10/10/2026“,”participant“:”1“,”comment“:” “},{”contractGoal“:”94“,”achievement“:”0“,”dueDate“:”20/09/2026“,”participant“:”1“,‘comment’:” "}]
ID 84 corresponds to some text. I would like to have the text in place of 84, and so on for all the lines.
