I have network data--nodes & edges (to/from)--and would like to construct absolute paths from it. For instance, consider the following data set.
I would like to return the following:
A -> B
A -> C -> D -> E
Is there a convenient way to do this in Alteryx?