Hi! Sure.
Here is the test page.
It has a product looper that filters the Outlet category. Each product has a custom field under ACF Pro > Custom fields > Product fields. This particular one is called Brend naocala.
Since the Select
field type is chosen, Only one value is possible, and ACF has no trouble displaying it if Term Id
is being selected:

This is the output:
All term IDs are properly shown.
However, if Term object
is chosen, the output is blank.

This is clearly either a Pro bug, or there is another way to output the actual value. As mentioned before, this scenario is described in the ACF documentation as perfectly normal.
Please present this to the devs. There are many situations where a single value without a looper is needed with term fields that can output only one value, such as select or the radio button.
Thanks!