Hello all,
I am creating an app for resource demand management and I am struggling with making the attachment of one list visible in another one.
There are 3 SharePoint lists involved - Resource roster, Demand list and Interview list.
Is it possible to have the attachments from the resource list available in the Interviews list?
Solved! Go to Solution.
I have managed to solve it. 🙂
Sharing the code below, hope it will help someone as well.
Launch(First(LookUp(Roster,Resource.Email = ThisItem.Resource.Email).'{Attachments}').AbsoluteUri)
The question is, how you want to add the CV to the interview list, if not again as an attachment to each record.
This leads to the next question why you want to have the CVs added to the interview list at all. You could always show it using a Lookup to the resource list.
If the CV is attached in the Roster gallery, I want the user to be able to download the CV when reviewing the Filtered demand in Interviews gallery.
I have added a button to the Interviews gallery with function on OnSelect
LookUp(Roster,Resource.Email = ThisItem.Resource.Email).Attachments
but I get an error, that the formula uses scope, which is not presently supported for evaluation.
I have managed to solve it. 🙂
Sharing the code below, hope it will help someone as well.
Launch(First(LookUp(Roster,Resource.Email = ThisItem.Resource.Email).'{Attachments}').AbsoluteUri)
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
184 | |
51 | |
47 | |
32 | |
32 |
User | Count |
---|---|
264 | |
91 | |
78 | |
68 | |
67 |