How to get updated table data based on Service Data provider
Summary
How to get updated table data based on Service Data providerContent
Hi,
I have a table created based on a Rest service SDP. I have used Customize Fetch Action Chain property for SDP to get the data.
Initially on page load i am passing a query parameter value to get the response into the SDP that is linked to the table.
On click of button i want to change the query param value and fetch the changed response in the same SDP so that it can be reflected in the table, but its not working.
In oracle docs its mentioned that SDP value can't be changed once assigned.
0