We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the program is not able to overwrite already existing list rows based on KeyColumn property.
This results in duplicate creation of list items during the invoke operation through site-template.
As shown below, the issue arises when the function is trying to know the BaseType and RootFolder of the respective list.
The following exception shows up once the above line is executed.
The text was updated successfully, but these errors were encountered:
Raised PR: Fix for the UpdateListItem() in order to load respective properties for the list #808
Sorry, something went wrong.
No branches or pull requests
Currently, the program is not able to overwrite already existing list rows based on KeyColumn property.
This results in duplicate creation of list items during the invoke operation through site-template.
As shown below, the issue arises when the function is trying to know the BaseType and RootFolder of the respective list.
![image](https://user-images.githubusercontent.com/19501614/205917143-d6de180a-67fb-4e77-8825-6550bbe5ebf0.png)
The following exception shows up once the above line is executed.
![image](https://user-images.githubusercontent.com/19501614/205917269-ccdb18b9-9298-4621-a48b-e0ad2e39eddc.png)
The text was updated successfully, but these errors were encountered: