Issue with hasAnyTag input variable for Shopify Discount Function

Hey Nick, it appears that does seem to be the issue so my question then becomes do the namespace and key need to be different for each metafield, and could that have something to do with why it’s not updating? For example in my extension.toml for my input variable does that metafeild need to differ from the function-configuration metafield I have for changing the percentage within the discountNode, or would it more likely be how I’m triggering my creation mutation within the GraphQL app? Sorry if this is not super clear, but I really appreciate the help and insight so far.

Editing this as I was able to figure a way to change the metafields and update their values, but it only happens if I do an update to the function, if I pass the metafield values through on the create mutation the fields keep setting to null, not sure why it’s working on update but not creation?