Sharepoint plugin (Get Item) doesn't accept attachments in Thai language, #1094
gabrielrenomul
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In Azure Logic Apps, when you're working with SharePoint, there's no direct option to add attachments in the "Create Item" action. However, you can use the "Add attachment" action to add the attachment obtained from the email to the specified list item.
Here's a general step-by-step process you might follow:
When an incoming event with an attachment arrives from a list.
We use a "For Each" control to loop through all the attachments.
Inside this loop, use the "Add an Attachment" action. Use the ID from the created item for the ID parameter in this loop. Pass in the file name and file content of the attachment.
The process is not language-agnostic and it doesn't support with Thai language attachments.
Can you please assist with this situation?
This is an anonymized version of the logic APP:
Beta Was this translation helpful? Give feedback.
All reactions