Question
Need to call integration based on dropdown value change, it call integration after any dropdown changes
Hi,
I have a case where we have nested cdts, I need to call integration only when nested cdt value changes,
Value referring like - ri!products[ri!index].loan.loanType
inside this loan we have other fields also like payment source etc.
applied refresh variable -
refreshvariable(value: rule!callIntegration(), refreshonreferencedVarChange: true),
This value will be updated by dropdown selection,
what is happening if i change another dropdown paymentSource, It is still calling integration.
Kindly guide me why is this happening, how this can be resolved?
Thanks in advance.
