Hi Team,
We are using traditional application and installed the Multiple file upload plugin to attach multiple file.
Multiple file upload link - https://www.outsystems.com/forge/component-discussions/200/Multiple+File+Upload
Is it possible to re-order the attachments after attaching the multiple files.
Please share your thoughts!
Thanks in advance!
Hey Anand,
Do you want to reorder the table after uploading file?
Thanks & Regards,
Sudip Pal
Hi @Sudip Pal ,
Thanks for your reply. Yes, I would like to re-order the attached items.
Regards,
Anand
Create a column called Order in your entity. Then set the order.Example :
Let the name of the entity is "Files".
FileName FileContent Order IsActive
ABC.pdf 2 true
BAC.pdf 1 true
BCA.pdf 3 true
now in the aggregate that you are using in the table , make the sort attribute as "Files.Order".
It will work. If you any problem, then please let me know.
Actually we are using rest API to fetch the records in Outsystems. We didn't use the in-build Outsystems DB.
Thanks,
I need information.
1)Tell me the name of attributes of the record coming from API.
2)From those API attributes which one you want to use as reordering attribute?