Skip to main content
January 24, 2024
Question

is it possible to call a integration from the interface only

  • January 24, 2024
  • 12 replies
  • 1 view

I have a requirement where before submitting the form (without clicking submit ), it should call the integration and validate the entered text , if incorrect data is present then throw validation on UI . Is it possible to call the integration with in interface?

    12 replies

    stewart.burchell
    January 24, 2024
    sabat0002Author
    January 24, 2024

    Will it validate the data without clicking on any button?

    harshitb6843
    January 24, 2024

    If you want to call it without the button click, then you will have to call it in the textField's saveInto parameter. 

    January 24, 2024

    Yes, you can call your integration in a local variable using the rule! domain.

    sabat0002Author
    January 24, 2024

    if the integration throws then it should display error on UI as validation message, the doubt is if the validation errors are present on form then we can't submit the form ,right?

    how to edit the incorrect data and then submit the form

    mikes0011
    Brainy
    January 24, 2024
    how to edit the incorrect data and then submit the form

    the user would need to edit the incorrect data, and the validation would run again....

    April 2, 2024

    Yes it Like saving any Value  with save you can use with Any Appian Components either it be any Fields like text Field or RIch text Display Field and on Success Result you can save into local Variable using a!save and Play with the Achieved Result