You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm iterating a list of products and getting the links.
I use loop data to open those links in a new tab
When product page opens I want to get the urls for all the product images.
Describe the solution you'd like
In order to get the src attributes I use the attribute value. But it can't save multiple targets in one data column key.
Describe alternatives you've considered
Use javascript to get all the src, save it in a new element in a single string comma separated.
Additional context
At the end I want to build an object like:
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
In order to get the src attributes I use the attribute value. But it can't save multiple targets in one data column key.
Describe alternatives you've considered
Use javascript to get all the src, save it in a new element in a single string comma separated.
Additional context
At the end I want to build an object like:
The text was updated successfully, but these errors were encountered: