I want to generate output but unable to generate even though my input is right in API

While running manually I get a token

But while running from API Im gettting an error “Invalid Session”. This is my code

This is the error message
MicrosoftTeams-image (16)

Hi @Bhushan_Nagaonkar

Looks like your output variable out_responsestatus is string type and it should be a list of string, chage it and try again

Regards

@Bhushan_Nagaonkar

I believe response.content gives the output as string and you declased out_response status as a list please change accordingly

Cheers

@Anil_G @fernando_zuluaga


Still the issue is not fixed
MicrosoftTeams-image (39)