ContributionsMost RecentMost LikesSolutionsRe: Quickbase AI Beta Tools Now Available - Contest! Hi Esther. I use Perplexity, ChatGPT, Gemini, and GitHub's CoPilot. I mainly use them for coding, but there's a myriad of other uses that I dabble in. Some might say that my best friend is AI. Lol! Re: Qrew Tip #04: Tune into the Empower25 Keynote How do I sign up for Beta testing? Re: Quickbase AI Beta Tools Now Available - Contest! My first impression was not very good, but I believe that I'm bias because I use other AI models on a daily basis to help with coding and a myriad of other solutions. But now? After the conference? I was able to gain much more insight and some knowledge about the state of AI, and the future is so very bright! I'm really looking forward to using the Smartbuilder and Insights. In fact, I would love to be involved in any beta programs, if possible. Again, being involved in beta version would help shape a better answer. As it stands now I'm not really finding it useful for me. But that's just my opinion. I like beta! The only comment I can add at this time, what is the 6th question? ?? Create new app - import a spreadsheet I wanted to see how this worked, importing an excel spreadsheet to create a new app. I don't think the new feature is available yet. Has anyone tried this and got this error? Re: Share your Empower Photos with the Qrew! What a great conference! Re: POST API call returning 404 error Yes, I testing it in the API Portal. Just a few minutes ago I was able to get it working using Postman. That gave me some insight into how the URL should be constructed. So I made some updates in the code and now it's working. I was just about at my wit's end with this project, but now the doors open. On to the next hurdle! ------------------------------ Barry Dolan ------------------------------ POST API call returning 404 error I'm hoping there's something simple I'm missing here. I'm building an app to eventually have users update a record. I'm a newbie when it comes to this, so I have low confidence even in the questions I'm asking. I'm using Ionic Framework to build an Angular app. The issue is this; when I click a button on the app I want to send a payload, in this case it's updating one field with some text, just as a test to get it working. I feel like I'm knocking at the door but it's not opening. When I use API Documentation and test the POST request it works perfectly and I'm able to update the targeted field. But when I trigger the request on the app all I get is error 404: Not Found. I'll be happy to share the code, but first I'd be interested if someone is willing to examine it to see if there's a simple fix that will work, or if it's something that is going to require many programming hours and a hefty fee. If the later is the case then this may not be the correct forum to work this issue out. If interested please let me know what you need to see first. I'd greatly appreciate any assistance. Thank you. ------------------------------ Barry Dolan ------------------------------ Re: Button click to populate a field with the current time I will reconfigure and give it a go. I'm not sure what you mean by your last sentence. But your mod to the syntax makes complete sense. Thanks, Mark Happy New Year! ------------------------------ Barry Dolan ------------------------------ Button click to populate a field with the current time I'm using a formula URL button to input the current time in a "Clock-in" field. I have another formula URL button to input the current time in a "Clock-out" field. It works, and we have the employees use the mobile app to clock in/out each workday. The issue we are having is that if the employee doesn't close out the app after clocking in, when they clock out, it will input the same time from when they clocked in. Does anyone know how I would modify this code so it will capture the current time, every time, no matter if the app has been closed or not? URLRoot() & "db/" & Dbid() & "?a=API_EditRecord&apptoken=MYAPPTOKEN" & "&rid=" & [Record ID#] & "&_fid_433=" & ToTimeOfDay(Now()) & "&rdr=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & [Record ID#])) ------------------------------ Barry Dolan ------------------------------ Re: Hide import/export GUI Interestingly enough, it gets even better; One of the duties I have for a user is to import a CSV file into a table. Giving the role access to do this, they also have access to edit the app structure and permissions, which is risky, given the role is not admin. I can turn off access to specific table settings, or restrict it globally, but if they need access to specific tables to do this they also have access to all the table settings, and the app structure and permissions. I can't make import/export show on the menu without also letting them access the settings. This doesn't seem right, and if I'm missing something, hopefully someone can provide some insight. Is import/export only an Admin function? That doesn't seem right either. How can we give access for importing a CSV file to a table without giving access to the entire app settings. Thank you in advance, ------------------------------ Barry Dolan ------------------------------