Export template

This doesn’t produce what one would expect in the export file.[Detailed Loop Count=1] [Detailed Forecast] [/Detailed Loop]
Adding the [Template] tags doesn’t change things much. Suggestions?

The tags are case-sensitive. Try the following:

[DETAILED LOOP COUNT=1] [DETAILED FORECAST] [/DETAILED LOOP]

Not the default export template tags but those certainly require the upper case approach. Perfect. :thumbright:

Thanks Mike. :icon_smile:

This template works now.

[code]

My [Location] Weather
[Location]

Condition: [Condition]
Temperature: [Temp]
Feels Like: [Feels]
Dew Point: [Dew]
Humidity: [Humidity]
Wind: [Wind]
Visibility: [Visibility]
Barometer: [Barometer]
UV Index: [UV]
Sunrise: [Sunrise AMPM]
Sunset: [Sunset AMPM]

[DETAILED LOOP COUNT=1] Forecast: [DETAILED FORECAST] [/DETAILED LOOP]

[Updated]
[/code]

I thought I was forcing all of them to uppercase, but some of the tags apparently slipped through that check.