I am trying to plot image in MS Paint. I am proving x & y coordinates and RGB information from an excel sheet. Below is the screenshot for reference.
I need to give condition that if Red<50 And Green<50 And Blue<50 then it should plot in the plot in the given XY coordinate.
I am taking Robot-Draw Skecth- StandAlone Workflow solution as reference. Kindly suggest the method to do it using excel sheet.
@Anamika15 If that condition is to be achieved first, then i guess you can filter the datatable once you have read the Excel file and then pass the filtered Datatable to plot the X & Y points
@Anamika15 Can you tell me What is the missing activity ? Some Activities wont be visible in my workflow cause it wont be installed , Can you show me your import workflow as a screenshot in here?
@Anamika15 That’s the main part, I have never used Multiple Assign . But Normal assign Assigns from Right to left, but in your case i feel you’re trying to assign left to right