Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEA2nd time trying this. Not perfect, but getting the gist.
Playing around with different tools in the first part of the challenge got lazier in the 2nd part.
Posting my solution
It was a good attempt but quantifying the rating should not be an issue at all. you could have simply define it by using this formula.
if [Rating]="GOLD" then 3
elseif
[Rating]="SILVER" then 2
elseif [Rating]="BRONZE" then 1
else 4
endif
Thansk,
Keep it up!!!
Good attempt!!!
Keep it up!!!
Please try to quantify the rating with workflow only, it's quiet easy
Here's my solution