Hi everyone,
I'm trying attach a set of pictures to a specific user over the title column which is in my case the email adress.
In general I was using the patch funtion with a filter to update data using the title/email column as the anker point.
But I'm kinda lost with attaching pictures. A Hyperlink or similar would be enough too.
Thanks! 🙂
are there any data in the list?
can you try this code?
Patch('AD Daten';Defaults('AD Daten');Form4.Updates)
@victorcp Sorry, haven't been in the office.
There is one row with information. And the idea is that the attachment is updating that row based on the Title column (Email). I tried the new code, but same error message.
Maybe the Form is corrupted? Check the screenshot: It's in a Container because the page is scrollable an there is no other way to implement it in a scrollable canvas without a container.
Update
Just did one fresh try and it finally works, I can attach images to a specific column through the "filter":
Patch(
'AD Stammdaten';
First(Filter('AD Stammdaten'; Email = txtFührerscheinEmailTest.Text ));
Form2.Updates
);;
Thanks a lot !
User | Count |
---|---|
251 | |
106 | |
96 | |
50 | |
39 |