How do I use data from an API call as inputs for an Apex Graph, like in the dashy template?
Arguments are just a way to pass data into the custom action . So think of them as variables . You create an argument , let ’s say you create an argument called “name ” then within the code you use the argument by using 'args .name ' In that screenshot you can see on line 4 and 49 they are using 'args .containerId ' - @Hausia
Free now ? @Victor Giron & @Lucas G Any thoughts ? Trying to use the airtable data , but I think the custom action is loading before the Airtable data comes through . I 've set a console log to show the array that passes to the custom action and it 's showing it with an array of 3 empty items . . . Here 's the project link : https://toddle.dev/projects/peach_tion_medon_busy_rhinoceros Use the 'isLoading ' part of the call to set a placeholder graph /img 💯1Or just a spinner loader Yeah , that worked Legend , thank you ! 👍1