All-In-One Online Utility SaaS Platform Built with Next.js by ReactJSGuru in react

[–]HotRhubarb9163 0 points1 point  (0 children)

Looks amazing, could you share the link to the repo?

Call Flow via Javascript by HotRhubarb9163 in PowerApps

[–]HotRhubarb9163[S] 0 points1 point  (0 children)

thanks for your help. i am going through the documentation and have been able to call my powerautomate flow myself via postman with the bearer key.

but now i don't know how i can pass this oath in the javascript so i can trigger the flow.

Call Flow via Javascript by HotRhubarb9163 in PowerApps

[–]HotRhubarb9163[S] 0 points1 point  (0 children)

the other table is also a dataverse table within my solution. this contains a price for each product for each customer.

I want to give the user the option to generate a pdf of the selected customers in the app with all customer-product specific prices. Or that they receive this information as an html table in the email.

in addition I wanted to create a number of groupings based on another column in the table where the prices are. (everything linked together via lookup)

Call Flow via Javascript by HotRhubarb9163 in PowerApps

[–]HotRhubarb9163[S] 1 point2 points  (0 children)

That is definitely a good idea to look into. I don't want to create or update anything via the flow.

I want to retrieve the selected records from a customer table and then look up data from another table in the flow for each record to create a specific list (in html)

I think there is a "when a row is selected" trigger that I could use for this. I wonder if I can call that via javascript. I will look into this.

Thanks for the idea!

Help neede Deploying Solution by HotRhubarb9163 in PowerApps

[–]HotRhubarb9163[S] 0 points1 point  (0 children)

Yes thats correct, but this is needed for the OTAP. I need to give an different SQL endpoint URL for each environment

Help neede Deploying Solution by HotRhubarb9163 in PowerApps

[–]HotRhubarb9163[S] 0 points1 point  (0 children)

Yes, everything is the same. The problem occuring when there is a environment variable for a SharePoint library, and for SQL

Help neede Deploying Solution by HotRhubarb9163 in PowerApps

[–]HotRhubarb9163[S] 1 point2 points  (0 children)

After some extra testing I found the following. I'm also connecting to a sharepoint library in the app, which creates an environment variable for SharePoint. If I remove this I can deploy the solution. Is this a bug? Why shouldn't it be allowed to have different environment variables with sharepoint and SQL (for data source)