Dynamic table link with multi conditions

I want to click on Download link of Type = .msi and Windows=64-bit x64, here it needs to validate file type and operating system type (2 conditions) then click on Download.

https://www.7-zip.org/download.html

Thanks Ulrich for answering my earlier post similar to this - Help in Dynamic table reading - UI.Vision RPA - UI.Vision RPA Software Forum | Discuss RPA Automation, Selenium IDE and OCR API Text Recognition

Appreciate the help.

You can use the @POS=7 feature to click the 7-th download link:

{
  "Name": "Untitled",
  "CreationDate": "2019-3-19",
  "Commands": [
    {
      "Command": "open",
      "Target": "https://www.7-zip.org/download.html",
      "Value": ""
    },
    {
      "Command": "click",
      "Target": "link=Download@POS=7",
      "Value": ""
    }
  ]
}

Hi @ulrich

The table data is dynamic.
Last time you helped in dynamic table reading with one condition.
Here i want to use 2 or more conditions to reach that row as it’s dynamic.

Similar to this example with one more condition: