Hi, everyone!
I made a flow about creating and updating Excel data to sharepoint list.
I used 「control 」action, and used「title」column as the key.
If the title have already been in the sharepoint list, the corresponding data would be updated by excel data.
If it doesn't exist in the sharepoint list, the data would be copied and pasted from excel to sharepoint list.
All things went successfully, except that I found there are some single quotation mark in the title column, which made the query in the [get items] failed.
The query is title eq 'dynamic contents'
The data in the title column Ex. apple'company 1Q
which make the query become title eq 'apple'company 1Q' and failed.
Here is the flow overview
manually trigger → variable (for counting ) → list rows present in a table(get the data from excel)→get items(get the data from sharepoint)→apply to each →control
∟ true → [create item]
∟ false →for each → [update item]
Are there anybody can solve this problem for me ? Thank you!