Geometry nodes question about Custom attribute

Is there way to pass any object “property” to GN custom attribute?
Example: I have a TEXT object “Text” and it’s value “5” (bpy.data.curves[“Text”].body = “5”) and a monkey.

What I need is to set for example “Monkey” position x by getting values from Text object input
SFME (Sorry for my English=)