Proper way to createUrls from multiple rows
I have a table with different kinds of carousel item (image, text, text2)
Under the
I have the follownig code:
I know that i can do the following to filter the image items and createUrls(), however i'm not sure how it can properly be appended to the data key back at the
I want the data to be returned as
If someone could help with a 'workflow' that would be great! Thanks in advance!
Under the
data column, the image typed data has a path key where the image is stored in StorageI have the follownig code:
I know that i can do the following to filter the image items and createUrls(), however i'm not sure how it can properly be appended to the data key back at the
items levelI want the data to be returned as
If someone could help with a 'workflow' that would be great! Thanks in advance!