Hello everybody,
I would like to save my attachments in a collection and define a FileName.
I tried this, unfortunately without success!
Collect(Dude;Anhänge.Attachments; {FileName: Text(Now();"[$-en-GB]hhmmss" & ".jpg")} )
The collection is then stored in 2 rows, but I need it as one entry
Can you please try this?
Collect(
Dude;
{
FileName: Text(Now();"[$-en-GB]hhmmss" & ".jpg"),
Image: Anhänge.Attachments.Image;
Name: Anhänge.Attachments.Name;
Value: Anhänge.Attachments.Value
}
)
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
@Robertjde
And the error message is?
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
It doesn't look like the image is working in your original screenshot either...
@Robertjde
I am having trouble replicating your current collection. How did you do it? This code produces only Name & Value columns.
Anhänge.Attachments
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Does anyone here have an idea how I can change this formula so, that the timestamp is saved as a JPG under FileName in my collection?
I only need a solution for this to complete my application.
Any help is welcome! 😁
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
191 | |
95 | |
62 | |
59 | |
58 |
User | Count |
---|---|
251 | |
164 | |
93 | |
79 | |
70 |