Thanks for sharing and special thanks for putting the link in the description to the instructions file. Much easier to copy / paste. Greatly appreciated. So many creators just make you retype it. You rock sir!
@@andersjensenorg thanks have a great weekend too. My next task is getting the Microsoft graft API to work to extract OneDrive meta data to export to Excel the tags, update them and reimport back to OneDrive
Hmm, if you compare it to create a Custom Connector in Power Automate, then yes. But tomorrow I release a new video about PA Cloud & ChatGPT. Just as easy I say 🙂
Superb video Anders and right on time! Sadly seems Chat GPT plus package doesn’t offer any special API key subscription as of now. There can be many potential use cases combining Power Automate with Chat GPT!
Thanks a lot! Sadly no. But very soon the ChatGPT API is here as well (you can sub to OpenAIs notification on that). Please let me know what you build 🥳
A great use case will be for example, asking from within Excel by clicking a submit question button: Input: provide average 2021 hourly salary of 20 countries in my list: x, y, ..z then the output returned into another excel cell can be pasted into a different sheet which the user needs, the user can avoid doing 20 google searches to get this info. P.S. I originally did it using Power Automate by running for each loop and writing UI elements value back into excel, thanks to your videos!
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 11,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Great video, thank you! I was wondering if perhaps I could ask you a question in private regarding a potential business opportunity if you would be interested? Also do you know if it's possible to take the json response and insert it into a script file? I think I found a way to clean the openai response and I pre prompt it so the user input only generates the power automate api code needed in the response and then I'd like to have that response saved in a script file in a folder where it is monitored with a cron job and executed.. so end result is being able to tell it to do something in plain English on windows and it makes the flow for it.
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 12,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Obrigado Anders Jensen for this nice video. Almost work for me but i had an error : "error": { "message": "You exceeded your current quota, please check your plan and billing details.", "type": "insufficient_quota", "param": null, "code": "insufficient_quota" Yes i know! how can i have more quota ? Thank you Jensen for this useful video.
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 10,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Heyy, hoping someone can help, im getting thie following error: { "error": { "message": "you must provide a model parameter", "type": "invalid_request_error", "param": null, "code": null } }
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 6000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Wait… doesn’t this bypass the OpenAI API that they charge separately for? Pro accounts for ChatGPT are not the same thing as OpenAI API accounts. Maybe I’m missing something… Is that authentication at the beginning your flow identifying itself as associated with an OpenAI API account?
I made a Discord, so we can network and solve RPA problems together 😊
Here’s the link, if you want to join: discord.gg/iloveautomation
I joined, saw some of my associates already in there too lol. Cool :)
Thanks Anders😁 . You are always our saviour when it comes to power Automate.
Many thanks, Mandar - did it all work? 😍 Kind regards, Anders
Thanks for sharing and special thanks for putting the link in the description to the instructions file. Much easier to copy / paste. Greatly appreciated. So many creators just make you retype it. You rock sir!
Hey Tarot, many thanks 🥳 Kind regards, Anders
Thanks a lot from Japan. This is so easy to understand. I tried then at my work.
I'm so glad to hear 🙌😊 Kind regards from Denmark, Anders
This works brillinatly and no longer have to use the chat GPT website - thanks again
Hey shaun. Great to hear - thanks for all your positive feedback 🙌😀 Have a great weekend. Kind regards, Anders
@@andersjensenorg thanks have a great weekend too. My next task is getting the Microsoft graft API to work to extract OneDrive meta data to export to Excel the tags, update them and reimport back to OneDrive
@@shaunrowley7230 Haha please share the progress 💪💪💪💪
Great job! Thank you ❤
My pleasure 😍
Wow, it's great, and it seems simpler than Power Automate. Thank you!
Hmm, if you compare it to create a Custom Connector in Power Automate, then yes. But tomorrow I release a new video about PA Cloud & ChatGPT. Just as easy I say 🙂
Funcionou perfeitamente! Muito obrigado.
I'm so glad to hear, thanks 😍
Superb video Anders and right on time! Sadly seems Chat GPT plus package doesn’t offer any special API key subscription as of now. There can be many potential use cases combining Power Automate with Chat GPT!
Thanks a lot! Sadly no. But very soon the ChatGPT API is here as well (you can sub to OpenAIs notification on that). Please let me know what you build 🥳
A great use case will be for example, asking from within Excel by clicking a submit question button:
Input: provide average 2021 hourly salary of 20 countries in my list: x, y, ..z
then the output returned into another excel cell can be pasted into a different sheet which the user needs, the user can avoid doing 20 google searches to get this info.
P.S. I originally did it using Power Automate by running for each loop and writing UI elements value back into excel, thanks to your videos!
@@adnanazad6102 Hi ..it seems interesting...Please provide your code here..Thnaks
Can this also be done in PowerAutomate service?
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 11,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Great video, thank you! I was wondering if perhaps I could ask you a question in private regarding a potential business opportunity if you would be interested? Also do you know if it's possible to take the json response and insert it into a script file? I think I found a way to clean the openai response and I pre prompt it so the user input only generates the power automate api code needed in the response and then I'd like to have that response saved in a script file in a folder where it is monitored with a cron job and executed.. so end result is being able to tell it to do something in plain English on windows and it makes the flow for it.
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 12,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Obrigado Anders Jensen for this nice video. Almost work for me but i had an error :
"error": {
"message": "You exceeded your current quota, please check your plan and billing details.",
"type": "insufficient_quota",
"param": null,
"code": "insufficient_quota"
Yes i know! how can i have more quota ? Thank you Jensen for this useful video.
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 10,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Heyy, hoping someone can help, im getting thie following error: {
"error": {
"message": "you must provide a model parameter",
"type": "invalid_request_error",
"param": null,
"code": null
}
}
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 6000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders
Thanks a lot Anders👍Great stuff. Do you know if we need to do anything to have those $18 free credit? Seems that I have no credit in my account.
Hey Angus, thanks a lot. No, I'm sorry - I thought it was standard 😔 Kind regards, Anders
Wait… doesn’t this bypass the OpenAI API that they charge separately for? Pro accounts for ChatGPT are not the same thing as OpenAI API accounts. Maybe I’m missing something… Is that authentication at the beginning your flow identifying itself as associated with an OpenAI API account?
Hey goodluckfox, you can change to ChatGPT given the new updates 🙂