its a time recording app for 10 activities. which i am trying to send to google sheet, in AI companion it works well, but after making *.apk and installing to mobile, app works good but data is not sending to google sheet. please help, or my all work will go waste.
um, data is not going to google sheet (when compiled)
The other thing I might be concerned about are the entries that contain a colon - :. You might try using the UriEncode block on these entries.... (and for any entries that may contain a &)
when i am trying on AI companion, it works really well & fast.
data directly go to sheet, so built an APK & installed on android phone, but now data is not going to sheet.
i read somewhere that data takes 1-2 hrs time to process, but even after a day its not there.
UriEncode block : can you explain a example how to use it.
But I have one question : after AI companion is successfully working, it should work after making APK.
Any other setting needs to be done before making APK.
yes, this is the link, i have taken reference of same. exactly like my work, but more enteries.
my project is based on this, but its not working after APK, unfortunately.
Show us a screenshot of your Web GotText event
Display the response content in a label
Test using the companion and compare the response with the apk test...
Let us know what you get in both cases