How to populate dashboard's weather when we are getting weather details from external system
My dashboard needs to populate the weather based on location say mine is chennai so it should be populating chennai’s weather and for a user of different location it should be populating a different weather based on their location,now weather information is coming externally,how to implement this?
@TanyaS58
1. Create a Parameterized Data Page to call the Connect rest to call the weather API.
2. Create a Section to pass the location details either via input or if needed dynamically than store the location attribute at the operator level and pass the value to the parameter to load the Data page on the section.