Feb 22, 2022 04:52 AM
Hi,
“url1, url2, url3”
I need to split these urls linewise in page designer, some boilerplate added, e.g.:
While i have several ideas on how to solve this in the event of just one string, iterating the array of multiple records is a challenge (at least to me). Any ideas?
Thanks in advance!
Best
Marcus
Feb 22, 2022 09:47 AM
When adding your record link field to the page designer, set the field’s settings to:
Feb 22, 2022 10:34 PM
Thanks Kamille, these settings are pretty interesting as i never used the list option! :slightly_smiling_face:
In my case, it would not iterate through multiple values of this field (having {Name}.jpg still rendered in page).
I found more of a workaround than solution by having a “cascade” of several fields, referenced to their sibling, basic scheme (plus some conditional stuff):
This is not cool, only doing the job…
Feb 22, 2022 10:36 PM
If the name of your field is “Images”, did you actually replace {Name} with {Images}?
Feb 22, 2022 10:39 PM
yes :slightly_smiling_face: in the case of multiple linked records, it seems to not iterate through these array of records:
Feb 22, 2022 10:43 PM
The fact that {Bilder} is still showing suggests that’s not a name of an actual field in the appropriate table in which the records reside. Either that or its a really specific bug. Can you post a screenshot of the fields in the table the linked records are from?
Feb 22, 2022 10:50 PM
Sure!
“Bilder” is the source field:
Feb 22, 2022 10:57 PM
{Bilder} is a field in Table A that you’re trying to iterate through, which links to records in the table ‘Bilder’. That box in Page Designer is asking you “which field(s) from the Bilder table should represent each record”.
You have to type the name of a field from the Bilder table.
Feb 22, 2022 11:06 PM
ah, got it! But then it´s no solution as i need to render the list of all “Bilder”-items, the appropriate row ist linked to (row is a product that has several images). Thanks for your patience!