Help me with accessing dataset fields

As what have mentioned above you can’t do what you are trying to do. Instead you can try this code.

$w("#text72").text = "Eco Friendly";
let value = $w("#text72").text;