hello i am trying to upload a file using the attachment component
there are 2 upload fields however when i try to upload in 1 field then close the page, then when i open it both fields are filled with the same uploaded file, this works whenever i use either of the fields
Close then opoen again gives me thisdoes anyone know how to resolve this issue?
Like
What is the expected behavior you are wanting? If what you're wanting is basically two different/separate buckets of files attached to the same record, you can use file tags to separate them. Enter a different File Tag value for each of the Attachment components - just type a different value in that property of each component such as "KTP" in one and "NPWP" in the other. As a file gets uploaded it will get that tag added to it and the components will filter to only show files with that tag. https://academy.creatio.com/docs/8.x/no-code-customization/customization-tools/ui-and-business-logic-customization/element-setup-examples/components/set-up-an-attachments-component
Ryan
Ryan Farley,
That worked like a charm, tthank you very much :D