Substring from Right to left

Hey @Pramod_Sharma
Step1: get the input
Step2:use right function to get elements from right to left
ex:rightfunction(variable)=Right(input, 10)

Refer this to know about right function

Step3:use another assign activity and remove the elements which is get from rightfunction.
Then print the result.
This may be work out😊