Recent content by immortalsolitude

  1. I

    Date Field changes to YYYY-MM-DD format automatically

    GSK for Date? The Date needs to be an input based on the date received from the form Not sure how GSK would work here
  2. I

    Date Field changes to YYYY-MM-DD format automatically

    Its in the correct format mm-dd-yyyy
  3. I

    Date Field changes to YYYY-MM-DD format automatically

    Ran this on other server and same problem, where would i check for regional settings?
  4. I

    Date Field changes to YYYY-MM-DD format automatically

    When i evaluate the expression i get the correct value in MM-dd-yyyy but when the data is entered in to the web form it changes to yyyy-MM-dd
  5. I

    Date Field changes to YYYY-MM-DD format automatically

    Still the same , Today() in excel works fine.
  6. I

    Date Field changes to YYYY-MM-DD format automatically

    Here i am manually entering the date as it is being sent by blueprism As you can see in the second screenshot the form gave an error but converted the date in correct format.
  7. I

    Date Field changes to YYYY-MM-DD format automatically

    Yes the date is converted into YYYY-MM_DD format when it is sent from BluePrism to the form but when the form is saved it does give warning but when "next" is clicked it converts it to MM-DD-YYYY format again and proceeds. Yes the issue still persists, here's the screen shot
  8. I

    Choice Stage with Data Text not routing

    Would that still be true if there are multiple choice to be selected for eg i want to choose option C, option G and option e at the same time based on the value received?
  9. I

    Choice Stage with Data Text not routing

    I'm trying to design a choice stage with 5 Race Criteria to choose from (White, Asian, Hispanic, Black, Pacific Islander) where my Choice A is White and so on where my choice criteria is StartsWith("White", "White") this only works for Race White. If i enter any other race the result is still...
  10. I

    Date Field changes to YYYY-MM-DD format automatically

    That didnt help it still writes the same way YYYY-MM-DD What i have is FormatDate([Date Of Signing],"MM-dd-yyyy") Where [Date Of Signing] is the date in MM-DD-YYYY format coming from the form.
  11. I

    Dynamicall choose from Drop down

    I have a form that has data that needs to be entered into a web application, the form has State information in it. The web application has State as Drop Down fields. Currently i am using Predefined "Global Send Key" {DOWN DOWN} to choose the respective state how can i make this dynamic based of...
  12. I

    Date Field changes to YYYY-MM-DD format automatically

    I have set up the date action to input date in to a web form. the date is written as and expression Today() however when the date is entered in to the form it converts it into YYYY-MM-DD format. How do i make this stick to the MM-DD-YYYY format that the form is expecting?
  13. I

    How to read from SQL Database

    Is there a way to have BluePrism read directly from SQL DB and write data to a form on third party website? Or do we have to convert the DB into XL and then use the Excel VBO?
Top