Announcements
Hello,
I have an asset scanner that is set up with a label that receives the scan value from a variable, then a text field that has the label's text value. One asset we scan has a preceding 'S' that I need to manually remove from the text field before I submit the record.
How can I remove this preceding 'S'. This is the only asset type that has the 'S' as the first character.
@CPGDallas
Try this on your label
If( Left( scanVariable, 1) = "S", Right( scanVariable, Len( scanVariable ) - 1 ), scanVariable )
Change scanVariable to the name of your scan value variable
Worked like a charm my friend!
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 414
WarrenBelz 377 Most Valuable Professional
Kalathiya 315 Super User 2026 Season 1