Need help cloning a button and apply parameters stored in a list from Text

Hello,
I need guidance with creating a series of buttons (clone) based on a list. This list is created with text I get via web_api:

title1,1.png,url1
title2,2.png,url2
title3,3.png,url3

Clone works. I created the main button and cloned it on a loop based on the amount of rows in my list which i created based on my web_api response.

I can’t separate the columns based on the commas in each row.

if somebody can share just the “use this list in a loop and on each pass clone the button and use each column in that row to set the button’s text and background picture.”, that would be great.

Thanks,

Carlos Bieberach

Hello,

For the separation of the commas, use the block create a list of delimited text.