Forum Discussion
I was having the same issue with one of our keywordtests. I figured out the solution. We have a couple of project variables that get set and that are used as parameters for a mapped object. As it turns out we have a similar mapping that used the same property with a second property value being set using the variable for both mappings. This caused some ambiguity when we tried to refresh the mapping. I had to refresh the object at the parent level. This allowed the value to be set and in turn removed the ambiguity in the mapping.
Of course the cleaner method would be to fix the mapping altogether because this is sloppy, which we will at some point, but I figured it might help with the issue your having.
KeywordTest in question:
Set Variable Value "project_var1"
Set Variable Value "project_var2"
Aliases.WinShell.Hwnd_Dialog.RefreshMappingInfo (not working)
Aliases.WinShell.RefreshMappingInfo (working)