Problem with collection

Thanks again, i pasted your function but returned this error
public/pages/yb52p.js: Unexpected token (41:36)
39 | .then((res) => {
40 | let categories = res.items; >
41 | let options = categories.map(c => return {“label”: c, “value”: c});
| ^
42 | $w(“#dropdown1”).options = options;
43 | })
44 | }

Yes the dataset1 have the field categoria I respected the Case sensitive so the idea is search from the nombrerelato field and select from the categoria field in dataset1