Copy attachments... File URLs

Here’s my scenario (it’s an issue tracker created in Sharepoint Online):

I’m using a Site Mailbox to receive e-mails and I’m then using the Sync action to pull that information into a staging list.
I then loop through that list, updating the tickets in the tracker list (the ticket number is in the subject line), appending the new information to the existing tickets.

For attachments, I know I can’t simply copy the attachment over on to the ticket I’m updating. The plan is to use the Copy attachments to library action to get them into a document libary which is great. What I want to do is then append the URL for the file back into the ticket, and it looks like the File URLs property returns a list of the attachments that have been copied, but I’m not quite clear on how to access those URLs from inside the Dictionary variable that comes out?

Any pointers gratefully received!

Hello IronsideS,

Please see an example below:




Thnks Roman - appreciate the help! :slight_smile: