English 中文(简体)
• 如何通过使用电自动输入,从Microsoft上载到Excel的超文本链接
原标题:How to Extract URL and add hyperlink from file uploaded in Microsoft form into Excel online by using Power automate

i have a simple form that have 4 question, that 3 questions need upload file (question 2 is Mandatory) enter image description here

我试图创造流量,以挽救用于在线挖掘的烟雾数据。

“enterography

How to extract the URL only and make it to hyperlink?

below is my flow: enter image description here enter image description here enter image description hereenter image description here Thank you very much for your help

问题回答

Here is a test for your reference:

Here is form enter image description here

Here is excel:

“entergraph

Here is flow:

enter image description here

File1 return message:outputs( Get_response_details )?[ body/r7cc5c536c5ee45a6bfeb688a5ad2f89c ])

Use json to parse the information returned by file in the Form Then an array will be generated, and then use First to get the first one in the array to avoid using apply to each:

first(json(outputs( Get_response_details )?[ body/r7cc5c536c5ee45a6bfeb688a5ad2f89c ]))?[ id ]

直接从以表格形式归还的档案资料中获取的链接只能由采购处使用。 为了使这一联系成为一种共同的联系,我们可以通过[分享联系]建立共享联系。

因此,我们首先使用(产出(产出) Get_response_details ? a)? 这是为了让档案资料在校区查阅。

enter image description here

以同样方式建立其他档案的共享链接

enter image description here

为了以Excel显示连接形式,我们利用聚合物来pl灭 ex子,填充外壳细胞。

 concat( =HYPERLINK(" ,outputs( Create_share_link_for_file_1 )?[ body/WebUrl ], " , , , " ,first(json(outputs( Get_response_details )?[ body/r7cc5c536c5ee45a6bfeb688a5ad2f89c ]))?[ name ], ") )

“entergraph

Here is test result: enter image description here

“enterography

enter image description here

“enterography





相关问题
import of excel in SQL imports NULL lines

I have a stored procedure that imports differently formatted workbooks into a database table, does work on them then drops the table. Here is the populating query. SELECT IDENTITY(INT,1,1) AS ID ...

Connecting to Oracle 10g with ODBC from Excel VBA

The following code works. the connection opens fine but recordset.recordCount always returns -1 when there is data in the table. ANd If I try to call any methods/properties on recordset it crashes ...

Excel date to Unix timestamp

Does anyone know how to convert an Excel date to a correct Unix timestamp?

C# GemBox Excel Import Error

I am trying to import an excel file into a data table using GemBox and I keep getting this error: Invalid data value when extracting to DataTable at SourceRowIndex: 1, and SourceColumnIndex: 1. As ...

Importing from excel "applications" using SSIS

I am looking for any tips or resources on importing from excel into a SQL database, but specifically when the information is NOT in column and row format. I am currently doing some pre-development ...

热门标签