Hey there - I am trying to use flow to set the value for a metafield with the type Link. My understanding is that there are two portions of the Link metafield… the text that is displayed and the URL.
I created a flow that sets custom.metafieldname.value.text and custom.metafieldname.value.URL … and the flow says it runs … but the metafield doesn’t seem to actually update.
I am likely doing something horribly wrong … so any help is appreciated.
Follow up about a metafield that’s a list of links. I’ve checked the documentation and made sure my formatting matches, except for the line breaks. My Flow automation to update the metafield list of links keeps triggering an error, however. Does Flow not support the List of Links? I have “List of URLs” selected, and don’t see the option “List of Links.”
Looks like your text fields are all blank. But a list of URLs is not the same as a list of links. So you need to select “list of links” and make sure you provide them with a title. But I don’t think Flow currently has that metafield type available.
Hey Paul, the first 2 links in the list, I added manually and they didn’t require the text field. So it doesn’t seem like the text field is required, so I don’t think that is the problem.
I’m concluding the option “list of links” is just not currently supported, as you suggest.
Solutino: I changed the metafield type to “list of URLs” (deleted metafield definition and re-added a new definition), and updated the Flow code to match the formatting for “list of URLs”, and now it works.