function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Soumyadip SomadderSoumyadip Somadder 

1. Is there any limitation on BotEventLog object ? 2. How Can We capture the data and make report on BotEventLog object in Einstein Analytic studio ?

The steps I have followed
        Go to Analytic Studio -> Create Dashboard -> Select Chart-> Go to Salesforce Direct and Select the object BotEventLog
 
       i. "The Count function is not supported" - This error message is coming.
      ii.  Whenever I am trying to access the count() of the object BotEventLog from Workbench . A fatal error is occurring.
 
         A fatal error occurred. Contact your administrator and provide the following error id:
                                    [future_get-9-1593668993]
 
 
         2.  I have tried to make a Data Flow on BotEventLog object in the DataManager in Analytic Studio . But whenever I am running the                         dataflow , I am facing an error.
 
              
               Something went wrong while executing the Sync_BotEventLog node: MALFORMED_QUERY: ;Id > '0U7000000000000' ORDER BY Id ASC LIMIT 1 OFFSET                       249999; ^;ERROR at Row:1:Column:66;field 'Id' can not be sorted in a query call (02K4T000000YXqmUAG_03C4T000001AaTwUAK)
 
SwethaSwetha (Salesforce Developers) 
HI Soumyadip,
BotEventLogs Data Cannot be Manipulated Outside of the Einstein Bots Performance Dashboard. Please see  https://help.salesforce.com/articleView?id=000350706&language=en_US&mode=1&type=1
 
Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful. Thank you