Hi @bhavyagandhi ,
You can create a custom transformer for a loop. Then set the data as you described.
You can check the links below.
FME Desktop Advanced Training 2018
FME Desktop Advanced Training 2018 Video - I pointed the link to the time that the instructor talks about loops.
https://youtu.be/QCnVqUGjLoc?t=37791
Or you use a Workspace runner. You create a user published parameter which tells the workspace what geometry it should proces. After is is done, it runs the new workspace with the next feature. It's more intuitive than using a looper.
But it starts a new process for every feature, so will be slower i guess.
Or you use a Workspace runner. You create a user published parameter which tells the workspace what geometry it should proces. After is is done, it runs the new workspace with the next feature. It's more intuitive than using a looper.
But it starts a new process for every feature, so will be slower i guess.
I have tried this approach: have built a custom transformer which is having the process that those attributes are to be passed from, so for each value I am calling that custom transformer again and giving that as an input