Relative Content

Tag Archive for robotframeworkrpa

Any way to replace multiple Replace String commands with a single line?

${rowNum} Convert To String ${iRowNum} ${ScheduledJobManager_T1_Col_1_Row_i} Replace String ${ScheduledJobManager_T1_JobID} <rowNum> ${rowNum} ${ScheduledJobManager_T1_Col_3_Row_i} Replace String ${ScheduledJobManager_T1_JobName} <rowNum> ${rowNum} ${ScheduledJobManager_T1_Col_5_Row_i} Replace String ${ScheduledJobManager_T1_CreatedBy} <rowNum> ${rowNum} ${ScheduledJobManager_T1_Col_10_Row_i} Replace String ${ScheduledJobManager_T1_ViewDetails} <rowNum> ${rowNum} Here Replace string is used many times, Is there a way we can write this in a single line? robotframework rpa 2 Found a way: ${col_values} […]