I need to do validation for excel format for different excel

Certified Associate Developer

Hi I need to validate if the correct excel is uploaded by validating its content . I have different excel upload for different activity. If the user uploaded wrong Excel and do the submit it should display that excel is not for this activity . 

Is there any way to do that.

Can anyone suggest a way and how to implement it.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to iswarya2812

    Data type or length validation can be done via Stored proc and if you want to do some referential value validation then those can be done via appian expression as well.

    Pull referential value and compare particular column data by doing read excel

    You can create Excel upload framework as well if dealing with various time of excel upload templates

Children
No Data