Hello,
I have collected some 'Names' from Office365Users through Combo box (multi choice selection) into one column in ShareFile. I am now trying to retrieve that information from the SharePoint column into HTML Text (for PDF printing via flow). See below the code - SITE TEAM section is where I struggle.
The column in SP has the following settings:
Please would anyone be able to help.
Kind Regards,
Ivo
Thank you for the information. I was trying to make it easier for the app, however I can now see the issues it might also bring.
As for the AbsoluteUri, I used the code provided earlier, however when printed to PDF the 'links' do not contain the link for the actual files. I am probably missing something here.
I was wondering if that might be due to having multiple attachments
If you have a datasource that you cannot delegate filters to or exceeds the 2000 record limit (after delegable filter), then collections would be needed to accommodate. However, this is usually rare for most apps, so the datasource can (and should) be used at the items source.
You should be utilizing the AbsoluteUri property of the attachment to get to the attachment. The attachments are stored in the record, so they are definitely not a local file. Typically you would set the OnSelect action of your label with the file name in it to Launch(ThisItem.AbsoluteUri)
Tried using the Source data SP and it works - the attachments are shown on the PDF but the links are only to the actual PDF file on a local HDD
The main reason was only the warning from PA in terms of Delegation for large datasets. Other than that there was no other reason.
Is there a particular reason that you are using a collection for the items source on the Gallery?
I see - SharePointData is a variable/collection. Is there a way to read the data from the actual Data Source ShareFile?
Is SharePointData the name of your DataSource or is that a variable/collection?
What is the Items formula for BrowseGallery1_1 ?
Thankyou for getting back this. The formula seems to struggle with the Attachment part - it only offers 'Has Attachments' column for some reason, however the Attachment column is in SP
Any suggestions?