Power Automate web scrapping - power-automate

I'm new to Power Automate and I'm trying to create an instant flow wherein if a select an item in Sharepoint, I can 'manually trigger a flow' to let me enter the URL go to a different website to copy some data and paste those data in one of the columns of that selected item.
I'm able to create a flow to manually trigger to fetch the data on a default website, but I'm missing the part where the flow will ask me which URL I want to do the webscrapping to be more dynamic.
Any help would be greatly appreciated.

Related

Not clickable Transform data in Power BI menu

I've already uploaded data from SQL Analysis services, and after this I can make any calculations or make any changers in the report because Transform data is unclickable and I cannot use Power Query Editor .
But if I upload data from SQL Server then everything works fine.
Could you help me, please, find the reason why I cannot work with data from SQL Analysis services?
There are different ways to work with Analysis Services. When using the UI, the default way is to connect to the whole data model. That means you can use all the pre-defined measures for example. If you want to add additional tables to that model, you have to change the connection to direct query. This is a preview feature that must be enabled by your admin: https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-directquery-datasets-azure-analysis-services
If so, you should see a clickable link at the right bottom like so:
If you clik on it, a dialogue like this should pop up:
After accepting your are able to click on "Transform data" to import more sources.

Google analytics does not show statistics and looks different

I created a new application and noticed that it was different from my first one.
I have 2 sites on the Magento 2 platform. I want to separately collect data about them.
I had previously created a store for analytics in which I could create views. There I took the Account Number starting with the UK and added it to the settings.
But now I am trying to create a new tracking application and I get a different type of application in which I cannot create views, what am I doing wrong?
How can I connect it?
When you create a new Property in Google Analytics you can find Universal Analytics type Property by clicking on Show advanced options:
So you can obtain and use its ID (UA-XXXXX-X).

Oracle APEX simple crud database app

I am very new to oracle pl/sql and APEX and not familiar yet to it.
I want to make a simple CRUD project using the Oracle's Application Express : https://apex.oracle.com/en/ , but unfortunately I could not find any example or documentation. I got some courses but the versions of apex differ and a lot of things have been changed so I am not able to implement what I need.
I have created a simple new table just for practice in the following way:
Sql Workshop -> Object Browser -> Create Table
And I have a very simple table: New_Table with fields: id (INTEGER), name(VARCHAR2)
Now I want to make a simple crud website for this table, but cannot understand how the forms work.
I created a database project: App Builder -> Database Applications -> Create and got a simple web project with a blank page.
Questions:
How can I create the form and bind it to the table?
If I understand correctly, for editing a record, I should pass the id to the next page, how can I do it? or how to implement the edit page?
How can I get the data from form fields, validate it and execute an sql query using that data?
Thank you very much!
Easiest way to start is to click Create Page, choose Form, then Form on a Table with Report. Follow the wizard to select your table and columns, and viola.
It will create two pages - a report page and a single-record edit page, with navigation links between them. You can then examine the regions, items, buttons and page processes on these pages to learn how they work.

How to download multiple BLOBs(Images/Files) at once in Oracle Apex 5.0

I was wondering if there is a way to download all the blob content from a table at once on the application side (via a button click ideally).
I could get it to download BLOB files/images on a record by record basis both on the interactive report and on the form using different approaches. But getting more than one at a time seems to be a rather tricky for me.
I am using
Oracle Apex 5.0.4. and
Oracle Database:12c.
Any help would be greatly appreciated.
A few links I went through:
http://docs.oracle.com/cd/E14373_01/appdev.32/e13363/up_dn_files.htm#CHDECDAJ
http://joelkallman.blogspot.be/2014/03/yet-another-post-how-to-link-to.html
No you can't download multiple files when clicking on a "download Button".
What you can do is build a zip file (in the server) with your selection of BLOBS and that is the one to download.
UTL_COMPRESS is the Oracle Package to do that.
An example on how to do it is here: UTL_COMPRESS, gzip and zip
Another one is the AS_ZIP: AS_ZIP
and ZIP_UTIL_PKG: ZIP_UTIL_PKG
I have recently published a solution for that using 4 steps:
Create a button to submit the page;
Create a page process that creates the blob of a zip file, using apex_zip API and stores it in a collection (using apex_collection);
Create a branch to the same page, calling an application_process=something;
Create an Ajax Callback called 'something' that prompts the user to open or download the zip file using WPG_DOCLOAD.download_file.
Take a look and let me know: https://apexcornies.wordpress.com/2020/04/04/create-a-download-zip-button-in-oracle-apex/
Cheers,
Pedro

Is it possible to display and search data using orchard cms from an external datasource?

I'm just starting to play around with Orchard CMS. I like what I see so far, but I need to be able to create pages that display record details for data stored in another system. Does any one know if that is possible?
I have a SQL Server database that hold real estate property record information. This information gets displayed on the web. On that same website are informational content pages (FAQs, Contact Us, Home, etc...) What I would like to to is leverage the CMS portion of Orchard for the content pages. Then I would like to write a module using the Orchard that would get the real estate info, allow users to search parcels, and display detail pages for each parcel.
If you view the site http://www.sc-pa.com/search you can search by last name "smith" and select one record. That may help illustrate what I need Orchard to do.
Yes, that is possible, but your scenario is way too vague to get into any specifics. Can you elaborate on exactly what you are trying to do: what does the external data look like, where is it stored, how do you want to integrate it into Orchard, do you need any integration with content types and parts, or with search, etc.
One alternative is to expose ur data as web service or odata endpoint and then use jquery to do asynch call to get json data. Then ur home free.
Create a page and put the javascript in that or include a ref to js file.

Resources