You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to pass multiple parameters to an activity trigger, it was suggested in the past to use a ValueTuple. However I've found that this doesn't work as JsonSerializer [doesn't support (de)serialising ValueTuple by default][0].
Description
In order to pass multiple parameters to an activity trigger, it was suggested in the past to use a ValueTuple. However I've found that this doesn't work as
JsonSerializer
[doesn't support (de)serialising ValueTuple by default][0].Expected behaviour
Passing ValueTuple as parameters should work.
Actual behaviour
Values are deserialised as null.
Relevant source code snippets
Known workarounds
JsonSerializerOptions.IncludeFields = true
App Details
Screenshots
N/A.
If deployed to Azure
N/A.
The text was updated successfully, but these errors were encountered: