Forum Discussion
@bojanvelevski
How can we pass the Asset path ,scheduled task of manager
- deepak_shaw5 years agoContributor
Thanks, where to use, i’ trying below expression in map snap but no luck
iconv.decode($payload.content,“UTF-8”) - SpiroTaleski4 years agoValued Contributor
With the SnapLogic List Snap, you can list all tasks from the given project.
Then, using a downstream SnapLogic Read Snap, you can read each task separately(by providing the path of each Task):
That will returns you details about each task.
Regards,
Spiro Taleski@Spiro_Taleski @bojanvelevski
Thanks much for you help, this been very useful.