Hi All,
I had been searching for a way to sort a table within a flow.
One solution (if you are using excel online) is to use the script function within excel and then add in a Run Script step in your flow. One thing I did have to do was add in a delay after the script runs otherwise the next step was too quick and had taken the data before it was sorted. See below. Creating the script was easy, same as recording a macro.
Cherers
Clint
@ClintRB There is no way connector or supported method for sorting table in excel.
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
@jinivthakkar , yes there is if you are using excel online. I have a table that has lines added to it, then the flow calls the script to run which sorts one of the columns alphabetically then the table is pulled into an email. Works great, maybe you should try it.
@ClintRB thats great, sure. I am not sure what is the script part. Please can you share more details of your script ?
@jinivthakkar VBA doesn't work with excel online so I guess they have introduced the script feature to get similar control. The script info is under the "Automate" tab". I am not proficient with writing code but the script function can be used the same way recording a macro is in desktop excel. For the script I just recorded the steps of filtering the table.
@ClintRByou should mark your own response as a solution! This helped me immensely! Thanks!
User | Count |
---|---|
22 | |
15 | |
14 | |
10 | |
9 |
User | Count |
---|---|
43 | |
28 | |
25 | |
24 | |
23 |