here i have called 2 API but when i go to get data from external API it is only showing one
Not sure how you set up the API that you’re referring to but if it isn’t showing there, these might be the causes (that I know of)
- You haven’t initialized that API yet
- There are errors with the API and you must’ve overlooked these errors
- You weren’t able to properly specify the “use as” field
Hope this helps.
1 Like
Looks like it’s still an action type. Switch it to data.
hey one doubt , if i switch it into data i cant trigger click events right?
Right, but you want to access it as a data source in this case, correct?
yes, hoo got it thanks.
1 Like
No problem!