The metafield namespace and key youâre using in Flow do not match the metafield definition you created.
Your metafield definition has namespace of Variant_field and key of maten_van_varianten.
Your workflow is using namespace Maat (which is the name of the metafield, not the namespace), and key of Variant_field.maten_van_varianten (which is actually the namespace and key combined).
Youâll need to update your workflow to use the namespace and key as defined in the metafield definition.
In your metafield definition, you defined it as a single line of text, one word.
Youâd need to select Single line text as the type in Flow to match that.
It looks like you have Lijst met waarden selected on the metafield definition, so this will expect a list of single line strings.
Youâll need to create a new metafield definition if you only want a single value to be stored per key.
If you want multiple values to be stored for a single metafield key, then youâll need to select list of single line strings as the type in Flow. Since the value is now a list of values type, your value field in Flow also needs to be a list, not just a single string.