Hi,
kindly i want to assign a dynamic command to an output datatable, the dynamic commands are saved in input datatable, when i use the assign activity , the commend is copied and past as string in the datatable, it is not executed
Show us your code and explain what you’re trying to do.
at first i create a DT named DT_Jsonmap in column1 i have the field that i want to extract its data using API, in second column i have the commend that will help me to do so once i desrialize the URL , then using API i go to a website and desrialize the json to a variable named JsonString
then using a for loop to loop on my DT-json map i get the commend i want to execute in a new variable named Str_keyFinder.then i use below assign activity to perfom my command that will change from one field to another

however when i do so i get in my output table the commend as a string it was not executed
You can’t do this. UiPath doesn’t have any features for executing code stored in a variable, like other languages do.