Scoring - Priority

0
  Hi Guys,   I just wanted to ask for advice on what approach I should take. The idea is to create a scoring system for an existing request app where you could assign a score to each question and then total them up and display it. I tried creating one myself using a microflow (refer to the attached image). Did I create the correct approach?
asked
1 answers
1

Hi there! 

I would suggest after each decision to change the  score variable instead of the request object.
The change variables blocks would then contain the following:

‘ $Score + (changes to the score depending on the decision)’ .

Then at the end of the flow you would only need 1 change block to set the score of the request object!
(You can also choose to pass the decimal as output and do the change of the request object in the microflow 1 level above this one)

I hope this helps!

answered