Hi,
I have a list of dictionaries, when I want to remove an item using the component List: Remove item I get this error :
class com.automationanywhere.botcommand.data.impl.DictionaryValue cannot be cast to class com.automationanywhere.botcommand.data.impl.ListValue (com.automationanywhere.botcommand.data.impl.DictionaryValue and com.automationanywhere.botcommand.data.impl.ListValue are in unnamed module of loader java.net.URLClassLoader @76452e33)
Do you know what can be the cause of this error ? How can you remove the dictionary element from a list ?