Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Carolus_Holman
Contributor II
Contributor II

Assign Task Dynamically Not Working

I am following the setup from this page to dynamically assign a Task to a steward based on source. Using the tStewardShipTaskOutput component, the instructions show a context variable from the tMap output table. When the project runs the variable is null. How can I access the Output Table from my tMap? Seem's easy enough but doesn't work.

Reference Article: https://help.talend.com/reader/vi44A6xmH9sBDA5cCsHeEA/7HBl2Q6jlA7yaBmdLPrWzg

Labels (2)
1 Reply
Carolus_Holman
Contributor II
Contributor II
Author

Apparently, when loading the Stewards, it (in my case) was attempting to find the Stewards using the email address, I should have used the User Account Name.

 

janedoe@test_company.com should have been janedoe@test_company.

 

Once this was changed the Dynamic Steward functionality work as expected.