I want to add a record to a Sharepoint List, with Text etc it works!!!
>>> but NOT with a Foto/Image - Hyperlink works ok ...
the code lines with Gewerk:"PicYes 1" .. 2. 3..4 DO not work. There is a reference to a picture !
buffBild.Image is an image on the screen;
ThisItem.FOTO is an image in a gallery
4 trails - ONLY "PicYes 0" will be stored in the list.
In the Sharepoint are PICTURE and FOTO from the typ of Image
Code:
If (Connection.Connected;
Set (Hyl; "http://www.wigglestatic.com/product-media/5360096540/Shimano-XTR-M9000-11-speed-Cassette-Cassettes-A...");;
Collect(TestFirstList; {Title:"MyBlApp" & Text(Now()); Gewerk:"PicYes 3"; PICTURE: buffBild.Image});;
Collect(TestFirstList; {Title:"MyBlApp" & Text(Now()); Gewerk:"PicYes 4"; PICTURE: ThisItem.FOTO});;
Collect(TestFirstList; {Title:"MyBlApp" & Text(Now()); Gewerk:"PicYes 1"; FOTO: buffBild.Image});;
Collect(TestFirstList; {Title:"MyBlApp" & Text(Now()); Gewerk:"PicYes 2"; FOTO: ThisItem.FOTO});;
Collect(TestFirstList; {Title:"MyBlApp" & Text(Now()); Gewerk:"PicYes 0"; HYL: Hyl})
;
"xx FOTO:upImage.Image")
Result in the Sharepoint ... see TestFirstList
Solved! Go to Solution.
Hi @jeanshak,
Currently, images cannot be directly saved to SharePoint lsit. Yet we announced at Ignite that we will enable support for adding attachments to list items by the end of year. That will be the first mechanism to capture and store images in SharePoint list we will be able to provide.
For more information, please refer to:
Regards,
Mona
Hi @jeanshak,
Currently, images cannot be directly saved to SharePoint lsit. Yet we announced at Ignite that we will enable support for adding attachments to list items by the end of year. That will be the first mechanism to capture and store images in SharePoint list we will be able to provide.
For more information, please refer to:
Regards,
Mona
thanks for the information!
But why is it marked in the docu and in the structure of the lists also availible?!?!?!?
I invested hours of testing/trying/reading to find a solution for it!!! Time for nothing, bit sore about it..... (no information about the missing)
>>> My solution now is to use the onedrive with a shared folder and an excel table to transfer images.
Does something speak against it????
best regards
Jens
User | Count |
---|---|
126 | |
87 | |
85 | |
75 | |
69 |
User | Count |
---|---|
215 | |
180 | |
139 | |
97 | |
83 |