The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hi there, I am working on creating a user cms for our web app. My goal is gather a record’s information from a button click. I am currently getting the record based upon the click but I am only getting the ‘id’ and ‘name’ as part of the returned reco...
Thank you @Kamille_Parks for responding. What exactly then is the point of the fields parameter for input.recordAsync() if you still have to loop through each individual field to get the values? Is there any other way to gather field values without ...