Fetch a field value from a matching value in $site

,

I have four colour fields in $site. I want to fetch the colours using a find or toString method.

  • $site→pink()→value() is#ff4afd
  • $page→collection()→value() is “pink”
  • $colour = $page→collection()→value()

How do i transpose the value of $site→$colour()
thanks

Doh that works :upside_down_face:

$site→$colour() !