If I receive the following piece of data
https://lta.DEVSITE.com/wp-content/...b7e068afebe89eb2a67e31e/2025/07/s-l960-12.jpg, https://lta.DEVSITE.com/wp-content/...b7e068afebe89eb2a67e31e/2025/07/s-l960-13.jpg, https://lta.DEVSITE.com/wp-content/...b7e068afebe89eb2a67e31e/2025/07/s-l960-14.jpg
which is 3 comma seperated URL's, is there a way to do an iterator type function to cycle through each URL? The number of URL's coming through can vary, so is there a way to turn this field value into an array that we could then use in an iterator? What is the best way to accomplish what I'm looking to do?
Thanks
https://lta.DEVSITE.com/wp-content/...b7e068afebe89eb2a67e31e/2025/07/s-l960-12.jpg, https://lta.DEVSITE.com/wp-content/...b7e068afebe89eb2a67e31e/2025/07/s-l960-13.jpg, https://lta.DEVSITE.com/wp-content/...b7e068afebe89eb2a67e31e/2025/07/s-l960-14.jpg
which is 3 comma seperated URL's, is there a way to do an iterator type function to cycle through each URL? The number of URL's coming through can vary, so is there a way to turn this field value into an array that we could then use in an iterator? What is the best way to accomplish what I'm looking to do?
Thanks