Skip to main content
anamikak2648
October 20, 2023
Question

Interface data is not reflected in Summary page .

  • October 20, 2023
  • 7 replies
  • 0 views

Hi ,All

My question is that  in the view summary page of Record type, I have add an interface to show the data  in summary view page .

So I am fetching data with the rule expression ,and call it in the interface. My problem is that ,all data is showing in the interface but  some data is not

showing in the summary view page .

Please help me how can I resolve this issue of inconsistency of Data in summary page.

    7 replies

    stefanhelzle0001
    Brainy
    October 20, 2023

    You write: "I am fetching data with the rule expression". So, does that expression return all the data you need?

    Do you load that data into a local variable? Do you see all the data you expect?

    anamikak2648
    October 20, 2023

    Yes

    stefanhelzle0001
    Brainy
    October 20, 2023

    OK. Cool.

    pranjalj6261
    October 20, 2023

    For the data which is not showing in the interface, just try to backtrack the problem-
    1) Check the Local variables in which you are fetching the data
    2) If you are using indexing then check that you passing appropriate key or record field
    3) If you manually set the data in database then you have to sync records manually to sync the data with Appian.

    anamikak2648
    October 25, 2023

    Thank   you so much for your response .I will do same as you mentioned.