Hi,
I have sharepoint list with the following info Image Link 1 is a plain text multiline text and image link 2 is hyperlinks
| IDColumn (single text) | Image Link (multiline text) | Image Link 2 (Hyperlink) | Other |
ID22 | http:// rand com /image1.jpg | http:// rand com /image1.jpg | random info1 |
ID22 | http:// rand com /image2.jpg | http:// rand com /image2.jpg | random info2 |
ID22 | http:// rand com /image3.jpg | http:// rand com /image3.jpg | random info3 |
| ID33 | http:// rand com /image4.jpg | http:// rand com /image4.jpg | random info4 |
| ID44 | http:// rand com /image5.jpg | http:// rand com /image5.jpg | random info5 |
I wish to have another list that looks like the following with just one ID that concatenates the links and other info, i can figure the other column out by building a string variable etc,
however i cannot get the Image link 1 and 2 to work, the hyperlinks just wont copy over with an array variable?
| IDColumn (single text) | Image Link (multiline text) | Image Link 2 (Hyperlink) | Other |
| ID22 | http:// rand com /image1.jpg http:// rand com /image2.jpg http:// rand com /image3.jpg | http:// rand com /image1.jpg http:// rand com /image2.jpg http:// rand com /image3.jpg | random info1 ; random info2 ; random info3 |
ID33 | http:// rand com /image4.jpg | http:// rand com /image4.jpg | random info 4 |
| ID44 | http:// rand com /image5.jpg | http:// rand com /image5.jpg | random info 5 |
Could someone tell me or show me a link with the information i need to do this?
i cannot find anything helpful regarding multiple hyperlinks?

Report
All responses (
Answers (