Create a Weather Bot using AARI, Interactive Forms in A360 | AARI Use Case

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024

ความคิดเห็น • 21

  • @roobanrajr8866
    @roobanrajr8866 2 ปีที่แล้ว +1

    Put video about Learning instance in AA 360 bro

    • @RPAFeed
      @RPAFeed  2 ปีที่แล้ว +1

      Soon there will be a series on IQBot

  • @sanketgavade6435
    @sanketgavade6435 ปีที่แล้ว

    Sir can you please create actual organization project using AA360.Means it's actual use in organization with small project example.

    • @RPAFeed
      @RPAFeed  ปีที่แล้ว +1

      Cannot share the actual client related automation projects on public platforms

  • @SaajanBasanwar
    @SaajanBasanwar 7 หลายเดือนก่อน +1

    Good one

    • @RPAFeed
      @RPAFeed  7 หลายเดือนก่อน

      Thanks

  • @dumbelldairy
    @dumbelldairy 2 ปีที่แล้ว

    Sorry But where have you used AARI feature in this its just API call and interactive forms right?

    • @RPAFeed
      @RPAFeed  2 ปีที่แล้ว +1

      Interactive forms are part of AARI for desktop

  • @umerIqbal-m3g
    @umerIqbal-m3g ปีที่แล้ว

    you don't have complete tutorial for this?

    • @RPAFeed
      @RPAFeed  ปีที่แล้ว

      Yeah, in this video I haven’t shown coding the bot line by line. However, covered all the aspects and approach.

  • @SantoshWadje-s3x
    @SantoshWadje-s3x ปีที่แล้ว

    Example is nice but need more details of code :)

    • @RPAFeed
      @RPAFeed  ปีที่แล้ว

      This is built using community edition so no option to export the bot files. I will try to make a video on code walkthrough

  • @BadAss440
    @BadAss440 ปีที่แล้ว

    I have a query please help
    How you converted temperature from kelvin to celsius please reply

    • @RPAFeed
      @RPAFeed  ปีที่แล้ว

      There is a formula for that:
      Whatever value you get in Kelvin, Subtract that from 273.15.
      For example:
      1Kelvin - 273.15 = -272.1 degree Celsius

    • @BadAss440
      @BadAss440 ปีที่แล้ว

      @@RPAFeed ohh I thought, predefined variables were available for conversion, but after commenting I got it
      thank for reply

    • @RajatSingh-cj7ky
      @RajatSingh-cj7ky 10 หลายเดือนก่อน

      I am trying to do the same but it is saying that wrong input in my kelvinToCelsius variable@@RPAFeed

  • @ROHITKUMAR-ut9vw
    @ROHITKUMAR-ut9vw ปีที่แล้ว

    Sir, when I am running the same thing like main.temp then nothing is coming, can you help me with this

    • @RPAFeed
      @RPAFeed  ปีที่แล้ว

      It's the resulting JSON after hitting the OpenWeatherMap API. For some reason, if that is not showing may be you are doing something wrong. Kindly follow the video step by step. You might be missing something.

    • @ROHITKUMAR-ut9vw
      @ROHITKUMAR-ut9vw ปีที่แล้ว

      @@RPAFeedThank you for reply, I have checked too many times, and it is same like you, have did.
      and one thing that I observed is, when I am querying keys which have integer value(like humidity) then the output is coming, but when I am querying keys (like temperature) then the output is not coming.

    • @RPAFeed
      @RPAFeed  ปีที่แล้ว

      @@ROHITKUMAR-ut9vw check if your variables are created with proper types

    • @ChinmayKumar-fx9zf
      @ChinmayKumar-fx9zf 17 วันที่ผ่านมา +1

      @@RPAFeed same problem here bro, any solution..?