Hi,
I am having a hard time display a specific text string from a longer text string since the string I want to show doesn’t have a fixed number of letters.
Example:
The main String in the field is;
Status: Paid /Store: abc-store.dfeg.com /Owner: Firstname LastName
I want to display abc-store.dfeg.com in the record.
The “Status: Paid /Store:” and “Owner” are always there but the Store name ( what I want to display) and the Firstname Lastname part changes
Any idea how to tackle this?
Thanks in advance!