How to Assigning SharedComponentData in jobs(with ECB) given i have the index of the SCD?

Assigning SharedComponentData in jobswith EntityCommandBuffer given i have the index of the SharedComponentData

I have restructured my code so that entities get assigned a tag for which sharedcomponent they need. And using
AddSharedComponentData(EntityQuery, T) to assign the share component data to the entities