I am new to appian. I want to know how to refer integration object to user in interface. In my case user will give his district id and date and he will get all the vaccination center near by him and available slot and type of vaccine. I want to show this integartion object result in Interface to user in a proper way how can I do that?
Discussion posts and replies are publicly visible
In a local variable, call the integration rule and pass the Ri or local variable in which you're storing the user's input. Then use that variable to show the result using various Appian objects like Grid, RichText etc.
As you said I have used local variable and called the integration object and passed the rule input. Now I am getting that result in local variable. Now I have used read only grid inside read-only grid selected the variable and passed local variable to it. But it is not showing the data. I want to show in a proper way that these are the vaccination centers name near by you then vaccine available in that center and availabile slot. I tried but the data is not showing in read only grid as i am new i am facing issue in this please help me
You have not configured configured columns in your grid. You need to understand how to configure read only grid first. Please go through the link below,
https://docs.appian.com/suite/help/22.1/Paging_Grid_Component.html
in data parameter , pass your integration output.