You mean to distinguish if a corner impact was at the front, left, right or rear?
Yes, I only have to have FRONT, RIGHT, LEFT, REAR or FULL depending on different positions (how I tried explain in other threat).
How difficult would it be to do that?
You did a incredible workflow but I would need it to split
PD: How could I give you like or gretfull you (i don´t domain this forum sorry)
Hi @26AngelG,
you can use the Rule Engine to accomplish a more granular classification:
$Weight$ = 0 AND $Name$ LIKE "Left *" => "0 - Corner Impact Left"
$Weight$ = 0 AND $Name$ LIKE "Right *" => "0 - Corner Impact Right"
$Weight$ = 0 AND $Name$ LIKE "Front *" => "0 - Corner Impact Front"
$Weight$ = 0 AND $Name$ LIKE "Rear *" => "0 - Corner Impact Rear"
$Weight$ = 0 => "0 - Corner Impact"
$Weight$ = 1 => "1 - Site Impact"
$Weight$ > 1 => "2+ - Full Impact"
I updated the sample workflow on the hub.
In case you’d like thank me, I’d be really grateful if you’d “buy me a coffee”
In case you need more help, maybe to solve even more complex challenges, you can contact me at info@atmedia-marketing.com
Best
Mike
2 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.