You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Store securely in Power Automate Environment Variables (not in flow code)
PARSERDATA_API_KEY=your_api_key_here
# How to use in Power Automate:
# 1. Go to Power Platform Admin Center
# 2. Navigate to your Environment → Settings → Variables
# 3. Create environment variable named "ParserDataAPIKey"
# 4. Reference in flow as: @{environmentVariables('ParserDataAPIKey')}
# 5. Never hardcode the actual API value in flow definitions
# Optional: Custom extraction prompt
# EXTRACTION_PROMPT=Extract invoice number, invoice date, supplier name, total amount, tax amount, line items (description, quantity, unit price, net amount), and payment terms.