I would like to generate lines from origin to destination points as illustrated below.
In this example, ID is a unique ID of each point and used as origin whereas Dest is used as destination from ID.
I found some posts which related to my question but it cannot directly solve my issue.
Workflow for creating line features between two coordinate pairs in QGIS
Creating lines from starting to arrival points?
QGIS: writting an expression in geometry generator for a straight line with given azimuth
I think the third post using Geometry by expression tool seems to be the one which solve my issue but I am not sure how to draw line from start to end points.
I do not need to use geometry generator if other solutions are easier and faster.



geometry by expression. I am using the same expressions in both methods. I specified layer name in @layer accordingly. – HSJ Jul 10 '22 at 10:25@layerby the name of your layer in single quotes. – Babel Jul 10 '22 at 10:27