As my previous post(s) indicate, I'm fairly new at developing for Sharepoint. I'm working on a Sharepoint 2010 cloud website and would like to try to find out how to test the following:
In the SharePoint website, I want to run a workflow on a custom list which I have made. I got the workflow running, but there is one point of concern. Whenever a file is uploaded to this list, it has the following title convention: "Customer-$moneyamount-date"
What I wish to do is test whether or not the money amount is more than a value. If not, then run task A. Otherwise, run task B.
Since I am unable to use Visual Studio or Visio, I do not think that I would be able to write my own custom solution to this. If there are ways to go about solving this, I'd be more than happy to learn.