Posts

Showing posts with the label sharepoint

powerapp: add in-app camera picture to attachment

powerapp: add in-app camera picture to attachment Powerapps: Is it possible to add a picture taken by the in-app camera to an attachment control? If I take the picture and add it to the same collection as used in the attachment control (using collect) the collection gets overridden and is only filled with the newly taken picture. Collect(MyPictures;({Name:"pic1.jpg";Url:Camera1.Photo}) Thanks! By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Viewing file properties instead of file in SharePoint document library

Viewing file properties instead of file in SharePoint document library I have a document library on SharePoint online with lots of columns for metadata. These columns won't fit in a single view on screen, so I want the users to first view the properties of the file before downloading them. Is there a way to change the behavior of the SharePoint library ensure that the user views the file properties first when they click on the filename? PS: I understand I could have used lists, but after loading about 10000 documents, I have decided to use it as a last resort. Thank you. 1 Answer 1 Custom the LinkFilename field by CSR. Sample code: (function () { 'use strict'; var CustomWidthCtx = {}; /** * Initialization */ function init() { CustomWidthCtx.Templates = {}; CustomWidthCtx.Templates.Fields = { 'LinkFilename': { ...