Similar to how we can select one or more contacts at a time to bulk edit them or add to a marketing list, is it possible to select multiple contacts (/accounts) and add a note to their timelines from a table view, without having to enter each record one at a time?
Hi @SimoneNoble
You can do using code o Custom Page
The first thing is that you will have to develop a JS to obtain the parameters with the selectitems through the ribbons and then update with a flow, the issue is that here you are not defining what you want to update
Therefore, the ideal is that you can make a custom page with Power Apps or an HTML window, where you create a screen where you can edit the data of the selected records (you must still pass the guid data of the selected elements), and then make a patch or run a Power Automate.
You can do this with a Canvas custom page.
Basically you can select a file and send the base64 data along with contact IDs to a flow to process it.
https://www.powerapps911.com/post/how-to-use-power-apps-to-upload-a-file
stampcoin
17
ankit_singhal
11
Super User 2025 Season 1
mmbr1606
9
Super User 2025 Season 1