Hello,
I'm using ArcGIS Pro V 2.8.1
I'm trying to make a modelbuilder with thoses steps :
1) get a geodatabase in a folder
2) get a specific table in this geodatabase
3) get a field value from an other table (with a test condition)
5) calculate a new field with calculate field (it's a text field), and fill it with the get value function

So, my problem is that the calculate field function doesn't fill the table with the selected value.
when I select the data type " string" in the get field value, I have this error;


but when I select the data type " field", in the get value, I dont have errors but the new field in my table is empty.


Thanks for your help!