Skip to main content
March 6, 2024
Question

Grid not fetching values through API call

  • March 6, 2024
  • 4 replies
  • 0 views

Hi ,

I have a grid which fetches values through API call on clicking a button. I'm able to fetch the values when I click on that button in interface but not in Site.

This interface is being called as an action in Process model and I have configured all the rule inputs in the Process model.

Here in interface when I click on the Search Multi Agreement Activities I'm able to get values in below grid.

.

And in Site when I click on the button, its just showing the empty grid

Can someone help me what could be the issue or what I missed here.

    4 replies

    varuntejg243705
    March 6, 2024

    Is that interface having rule inputs?

    March 6, 2024

    yes and I have configured all the rule inputs in the Process model.

    davidj137213
    March 6, 2024

    Could you check if the process runs and retrieves the data to be displayed? Do you have activity chaining enabled?

    March 6, 2024

    resolved.. I have to include a query for a record type in the user input task of Process model.