Forum Discussion
JeffPeterson1
2 years agoQrew Captain
Which field holds the vendor name? And is the formatting of that field consistent?
I'm thinking you can do this with a regular expression.
------------------------------
Jeff Peterson
------------------------------
CarlSnodgrass
2 years agoQrew Member
Hey Jeff,
Sorry for the delayed response.
I was able to accomplish what I needed by using the following formula text
var text Temp = Right([File Attachment Name],"-");
var number StartPosition = Length($Temp);
The file attachment is a standard name from our ERP. So far it has been working as expected.
I had to write a different pipeline but to read the file attachment vendor name and write it to the proxy field for the "Related Vendor".
I am learning pipelines so I imagine it can be done in 1 pipeline but it is 2 for now lol
Left([File Attachment Name],"-")
------------------------------
Carl Snodgrass
------------------------------