Invoke method delete from dictionary

Hi,

Is it possible to delete a specific key from dictionary using Invoke method?

I know Add is working but how to remove?

Thank you.

Hi there,

See below:

You don’t need Invoke Method to add to dictionary. You just use Assign.

Assign yourDictionary(“keyname”) = “Value”

Anyway, to remove a key…

1 Like