I have below dictionary and list
dictionary : [Vishal Kalra, 43,120,44,120,45,120,46,120,47,120,48,120]
list : 43,April 2022,44,May 2022,45,June 2022,46,July 2022,47,August 2022,48,September 2022
I want to replace the dictionary value 43 with the list value April 2022.
I want the final output as : [Vishal Kalra, April 2022,120,May 2022,120,June 2022,120,July 2022,120,August 2022,120,September 2022,120].
Could you maybe let us know what is the Dictionary type that is used ? If already done in a workflow? Could you maybe provide us the values shown in Debug Panel ?
There are slight confusions of the representation chosen for Dictionary and List.