Last Value of a String

I need to apply a rule in which “If the last value of a row is equal to “C” then…” So I need first to perform a String Manipulation to identify with “C” so I can continue with the rules I need to create.

I know I can do it by substract and index?

Thanks a lot to all!

Hello @Yodata
‘String Manipulation’ node:
substr($string$, length($string$)-1 )

BR

1 Like

Great! Thanks a lot!

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.