Hi, is there anyway we can update the column without editing the workflow but using the external file.
For example,
I have input 1 in excel:
| File Name |
| Star ag Report |
| Moon gr Report |
| Sun random letter |
| River random letter |
I use the formula to create a new column contract based on the File Name string. like if File Name contains 'Star' then Star.
| File Name | Contract |
| Star ag Report | Star |
| Moon gr Report | Moon |
| Sun random letter | Sun |
| River random letter | River |
Since there will be more and more File Name created and I don't want to open the workflow every time to update the formula, is there any better solution? Like to create an external excel if the File Name contains string in the excel then update to the contract
| If file name contains string | Update the Contract |
| Star | Star |
| Moon | Moon |
| Sun | Sun |
| River | River |
File Name is not standardized and will contain some other string, so join can't be used.
Thanks in advance.