Closed scottcurtis2605 closed 7 months ago
@scottcurtis2605 I had a look into the issue and indeed it is a bug in the mapping of dynamic custom payload fields. I will work on a bug fix. I already have a working solution but still need to improve some things.
@scottcurtis2605 The issue was fixed with version 2.4.2. Please reopen the ticket in case the issue still persists.
Great, thanks! @gessnerfl
My application's custom payload config contains the following dynamic value data, which infers the Kubernetes Cluster name.
An example of the same API request to
api/events/settings/custom-payload-configurations
, returns the following data:When parsing custom payload data using dynamic variables, the provider crashes with the following error:
I believe this is due to restrictions on the returned types of the
key
field, which returnsnull
in the case of dynamic values.