Skip to main content
June 17, 2023
Question

QURSTION OF STORED PROCEDURES

  • June 17, 2023
  • 3 replies
  • 0 views

Hi All,

I am using  stored procedures for my grid.If I update the values in the task those updated values are not coming in the stored procedures still it is showing old values.How can I get updated values of task in store procedures

    3 replies

    mathieud0001
    Brainy
    June 17, 2023

    [View:https://docs.appian.com/suite/help/23.2/Execute_Stored_Procedure_Smart_Service.html#:~:text=Stored%20procedures%20are%20a%20set,that%20you%20have%20connected%20to].

    You should have access to the fv!resultSets in the onSucces.

    June 17, 2023

    Hi Mathieu,

    Thanks for the update .I am asking about data base stored procedure.above solution will work for the data base stored procedures too?

    mathieud0001
    Brainy
    June 17, 2023

    Yes, this allows you to call DB stored procedures.

    You can also use the Smart Service.