I currently have an issue that I’m trying to resolve with dynamic data. I am calling an external api method that has a id parameter. It returns json data such as name, date etc. However, the json data returned includes the id with everything nested below, causing the update (with a different id) not to work since the initial visual element dynamic data name is not the same. Below is an example:
It looks like not easy. IF you know the json response though, you can manually parse some information part by part. See demo below. I could get information from this json response.
I set it as text response, rather than json, since I will be parsing manually anyway: