Skip to main content
Solved

Toggle off "show attachments in reversed order", but keep attachments in the same order

  • May 5, 2022
  • 2 replies
  • 43 views

Forum|alt.badge.img+10

Hello :slightly_smiling_face:

Need help with the Attachment field, please.

For some time now I use the attachment field to store images, and I had “show attachments in reversed order.” option toggled on.
Now, I want to toggle off “show attachments in reversed order.”, but keep photos in same order.

How can I accomplish that without doing it manually, since I have a loot of files and reccords?

Thank you,
Pjero

Best answer by Justin_Barrett

The easiest way that I know of to do that is via a script. Here’s one that does the job.

The actual code that reverses the order isn’t much, but I gave it a minimal UI via script settings, along with some feedback to make it more user-friendly. I don’t offer any warranty on how this thing behaves, but it performed well in my tests.

2 replies

Justin_Barrett
Forum|alt.badge.img+21
  • Inspiring
  • 4647 replies
  • Answer
  • May 6, 2022

The easiest way that I know of to do that is via a script. Here’s one that does the job.

The actual code that reverses the order isn’t much, but I gave it a minimal UI via script settings, along with some feedback to make it more user-friendly. I don’t offer any warranty on how this thing behaves, but it performed well in my tests.


Forum|alt.badge.img+10
  • Author
  • Known Participant
  • 41 replies
  • May 6, 2022

The easiest way that I know of to do that is via a script. Here’s one that does the job.

The actual code that reverses the order isn’t much, but I gave it a minimal UI via script settings, along with some feedback to make it more user-friendly. I don’t offer any warranty on how this thing behaves, but it performed well in my tests.


Thank you @Justin_Barrett this does the job perfectly!