I have scenario where i have to do mapping for two columns column1 & column2, column2 inputs will be taken from queue but i have to do mapping for column1 & enter the inputs in the application
Elaborate the process then we will get more clarification
Actioncentreinput column values are received by Queue, but in the application we have values as Optuminput column
@Somanath_Somu
Then use the for each excel row to iterate the each row. Inside for each activity Take a if condition
Currentrow("ActionCentreInput).toString.equals(In_TransactionItem.specificcontent(“QueueFieldName”).toString)
In then block take an assign activity and create a variable like OptumInput in value give Currentrow(“OptumInput”).toString. Then use this variable in the application.
Hope it understand!!