I have a trigger on a Container anytime a Blob is added.
Each blob will have a THISVAL_myblob_name. I need to retrieve the value of name preceding the first _ in this case I want to retrieve THISVAL.
I will use this value in a condition statement to send emails to different users based on that value.
THISVAL would send email to A@xyz.com
THATVAL would send email to B@xyz.com
and so on.
I was trying to gather the value in a compose to see the output. but cant seem to get it to work.
Any help would be great