Sync parent child asset hierarchy from shotgun to ayon

I have created 3 Assets in shotgrid example asset_A, asset_B and asset_C where asset_A is parent of asset_B and asset_C but when I sync it to ayon it is not syncing as child parent they are synced as individual assets how can I achieve such type of child parent hierarchy.

Hello,
Does this answer your question Configure Flow (ShotGrid) Addon - AYON ?

There’s also Flow (ShotGrid) Addon Settings - AYON .

Hello @mustafa_jafar

Thanks for the info, but these settings I already had.

What I want currently is something like let’s take an example I have an asset under environment named as envTest in shotgrid and then I have a four more asset propA, propB, propC and propD all these have envTest as a parent asset in shotgrid, now when I sync the asset in ayon I want it in a hierarchy

environment-> envTest-> propA->{task for propA}
environment-> envTest-> propB->{task for propB}
environment-> envTest-> propC->{task for propC}
environment-> envTest-> propD->{task for propD}

currently I’m not able to get hierarchy after envTest.

current hierarchy
environment-> envTest->{task for envTest}