I have an issue to retieve only specific fields from a aitable record
can i get specific fields from a record ??

const fieldsToRetrieve = ["BlogSL1", "BlogSL2", "BlogSL3", "BlogSL4", "BlogSL5", "BlogSL6", "BlogSL7", "BlogSL8", "BlogSL9", "BlogSL10"];
const response = await axios.get(`${BASE_URL}/appDP6faKvOeSxUKs/${queryKey}/${id}`, config);
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.