-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
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
Can we update same field twice in a function... #88
Comments
Sounds like a bug, but need to investigate. |
Do you have a little bit more log context information about the error An item with same key already been added I have an idea, i think it is returned from Server not (directly) from our Code. Sure the error is at our side. |
I tested a little bit around, there are two issues in code
I am over it to create a fix |
error An item with same key already been added
* Address issue #88 error An item with same key already been added * Logoff command * Logon using Environment variables * Logoff ruins the cleanup job * Telemetry foundation * ideas in progress * telemetry session and anonymization * general tracking in base classes * finished Telemetry unit testing, marked data sources, terraform
Fixed in 0.9.14 |
Hi,
I have one single function which is mapped to update event, now in that function I have two separate code sections which both updates to same field i.e. TargetDate. When this function runs it gives me following error:
An item with same key has already been added.
I also try to create two different function on update event and these both function updating the same field on some conditions but this also did not work, out of two only one function runs and other function gives 404 Not found error.
Here is my code which I am using in a single function to update same field and getting An item with same key already been added error.
Is there a way to update same field twice in a same function?
Thanks,
Kamran
The text was updated successfully, but these errors were encountered: