Iterator type function for comma separated data
Status: Open · Asked by Niche Web Marketing on · 0 views
If I receive the following piece of data
https://lta.DEVSITE.com/wp-content/uploads/gravity_forms/2-6757b0b89b7e068afebe89eb2a67e31e/2025/07/s-l960-12.jpg, https://lta.DEVSITE.com/wp-content/uploads/gravity_forms/2-6757b0b89b7e068afebe89eb2a67e31e/2025/07/s-l960-13.jpg, https://lta.DEVSITE.com/wp-content/uploads/gravity_forms/2-6757b0b89b7e068afebe89eb2a67e31e/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
I actually figured it out. Use text formatter and comma split text and don't use the simple response. Thanks
Hello @nicheweb,
Sorry for the delayed response and thanks for adding the update.