People can fill out the form on my homepage. Based on what they fill out I want the values from the metafield to be added as tags to their customer account.
I have following flow right now, but with this flow I need to repeat it for every single answer option. is there an easier way.
I thought about adding liquid code like
{%- assign tag_to_add = custom.metafields | where: “namespace”, “custom” | where: “key”, “2_i_can_comfortably_use” | first -%}{{ tag_to_add.value }}
but I dont really know much about code. Can anyone help me out?



