The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Creation of assessment using flow designer

Prasad49
Tera Contributor

Hi Developers,

 

Need your help to overcome challenge am facing while configuring Action in Flow designer, am able to create the assessments instance but when i try to take the assessment the questions don't show up, trigger ID is also empty 

 

 

8 REPLIES 8

Swapna Abburi
Mega Sage
Mega Sage

Hi @Prasad49 

I think you should update Trigger Table as well in your flow when creating an assessment instance

Hi Swapna,

 

after adding the trigger table, trigger ID is reflecting but the questionnaire is not reflecting 

Hi @Prasad49 

If I am not wrong, you need to create questions as a next step in your flow to insert questions to "asmt_assessment_instance_question" table or you need to use trigger conditions to trigger assessments.

 

I tried adding below steps to create the questions still not working can you please look into below

Stage 1
Create assessment instance record
table=Table assessment
state=ready to take
assigned= manager
trigger id = custom table sys ID
trigger = custom table

stage2

Look up metric category records
action= Look up records
table = Metric category
type is assessment instance sys ID

stage 3

for each item
Look up records>metric category records

stage 4

Action Look up Records
Table= assessment metric
category is for each>metric category>sysId

stage 5
for each item
look up records>assessment metric records

stage 6

Create record
table = assessment instance question
source table assessment metric type
source=trigger-record Updated>custom table>sys ID
metric= for each>assessment metric record>sys ID