Assign error in chatgbt (Non-invocable member can not be used like a method)

Hi,
I wanted to establish an integration with chatgbt.
But I am getting error in assign activity.
Can you help me?

HI @hb61

Checkout this

Regards
Sudharsan

Yes, I did it by looking at this video. but assign always gives an error.

Main.xaml (10.8 KB)

@hb61 check with this
Sequence.xaml (12.3 KB)

Can you show the whole value in the To field of assign? Have you used like ChatGPTInput(“prompt”)

image

Regards
Sudharsan

Hi,
save to : ChatGBTInput(“prompt”)
Value to save : Ask

Cut the whole value and click outside the assign and then paste them again in the save to @hb61

Hi @hb61 ,

Could you try changing to the below Expression and Check if it works :

ChatGBTInput["prompt"]
2 Likes

vavvv
very very thanks

1 Like

Thank you very much for your support. This solved my [“prompt”] problem.

Ah Okay You are using C# i didn’t notice that @hb61

Glad you got the answer

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.