Rank 2: Process
I am having problems executing python functions with custom payload.
Votes
0
Replies
7
Participants
Unknown
Messages
8
Rank 2: Process
I am having problems executing python functions with custom payload.
Rank 2: Process
I just simply want to pass some variables via req and then unpack on function side but either I am sending wrong string as data or I am unable to understand given examples
Rank 2: Process
This is my payload output
Against data=json.dumps(req.payload)
payload=json.loads(data)
res.json({"payload":payload})
Rank 2: Process
Iterating or getting values from this string fails in execution I don't why
Rank 2: Process
133 executions 88 errors 😭
Admin
That doesn't look like valid JSON 🧐
Rank 2: Process
@Steven I tried multiple JSON strings but does not work now switched to Dart runtime 🥳
Moderator
So does it solve the problem?