I am not sure I understand the problem: you have images and foto’s in 2 columns, so obviously some of your formula’s stay blank.
To illustrate the proper working of codas formula language, I used the following. Adjust as needed. listcombine(thisRow.Fotos,thisRow.Beilagen).filter(IsNotBlank(CurrentValue)).ForEach(ImageURL::GetImageUrl(CurrentValue)).BulletedList()
thank you! i need to get a seperate foto in each row to then have it published to pdf via docmaker. so i drop all the images in one cell and then they go to url1,url2,url3… how would you do that?
Are you saying that you want to generate ONE new row for each foto in the same table? And do you want start that action with a button click, an automation, or?
thanks for your answer. yes, i need one row for each image. this should be automatically. i allready made the rows, so url1, url2, url3…i do six rows max. each row has only one image.