How to add element in list at desired index position in assign activity?
HI,
We can achieve it using InvokeMethod activity instead of Assign, as the following.
Sample20230227-3L.zip (2.3 KB)
Regards,
1 Like
Hi @Ketan_Wajekar,
In assign you can just add the list_name(index) to the left and value to the right and it will work. like in the screenshot below.