본문 바로가기
반응형

전체 글74

(MS Power Automate Desktop) Image functionality and utilization MS Power Automate Desktop has several features. Before you automate your tasks, learn many functions and then write a flow Efficient (many factors including maintenance and deliverables). There are many elements in the image function as well. So, I will explain it in the following order. It's good to try it yourself. 1. Find the image and double click -> 2. Wait for the desired image -> 3. Actio.. 2022. 6. 20.
(MS Power Automate Desktop) 이미지 기능 설명 및 활용 MS Power Automate Desktop에서는 여러 기능이 존재합니다. 우선 자신의 업무를 자동화하기 전에 많은 기능을 학습한 후 '흐름'을 작성하시는 것이 효율적(유지 보수, 결과물 등 여러 요인)입니다. 이미지 기능에도 여러 요소가 있습니다. 그래서 다음과 같은 순서로 설명드릴 예정입니다. 직접 따라 해 보심이 좋습니다. 1. 이미지 찾은 후 더블 클릭 -> 2. 원하는 이미지 대기 -> 3. 특정 이미지인 경우 동작 1. 이미지 찾은 후 더블 클릭 우선 검색창에 '이미지'를 검색하시면 '이미지로 마우스 이동'이 존재합니다. 드래그하여 옆에 빈 공간으로 드롭해보세요 다음과 같은 화면이 뜨면 저의 캡처본과 동일하게 설정해 주세요 '마우스를 옮긴 후 클릭 보내기'와 '클릭 유형'을 클릭하시면 됩니다.. 2022. 6. 19.
(MS POWER Automate Desktop) Use blank values Often, blank spaces are required, so an error occurs as soon as you press and type in the Space bar. Most people use the _ symbol because of this problem, but there is a workaround. When Power Automate Desktops encounter display errors, they are usually resolved to %%. Solution 1. Empty value (not sure if it is NULL) %""% 2. Spacing, blank space required %" "% Thank you 2022. 6. 16.
(MS POWER Automate Desktop) blank (여백, 빈 칸)값 사용하기 종종 띄워쓰기, 빈 여백이 필요해서 Space 바를 눌러 입력하는 순간 오류가 발생합니다. 해당 문제 때문에 대부분 _ 기호를 사용하시지만 해결 방법이 있습니다. Power Automate Deskop에서 표시 오류가 일어날 시 대부분 %%로 해결 가능합니다. 해결 방법 1. 빈 값 (NULL 인지는 확실하지 않음) %""% 2. 띄어쓰기, 빈 여백 필요의 경우 %" "% 감사합니다. 2022. 6. 16.
(MS Power Automate Desktop) Resolving LIKE Query Errors Most query statements will also work with MS Power Automate if they have completed their operation with MYSQL. However, if you put the LIKE query statement as it is, you can see that an error occurs in the conditions for LIKE. Let's get right to the point and look at the capture screen. Column that finds character data starting with one of the A columns in the test table. MS Power Automate Deskt.. 2022. 6. 16.
(MS Power Automate Desktop)LIKE 쿼리문 오류 해결 대부분의 쿼리문은 MYSQL에서 작동이 완료되었다면 MS Power Automate에서도 작동이 됩니다. 그러나 막상 LIKE 쿼리문을 그대로 넣으면 LIKE에 대한 조건에서 오류가 발생하는 것을 확인 가능하십니다. 바로 본론으로 들어가 캡처 화면 보시겠습니다. test 테이블에서 A 컬럼 중 1로 시작하는 문자 데이터를 찾는 컬럼 입니다. MS Power Automate Desktop에서는 %기호를 변수 선언을 위해 사용하므로 SELECT * FROM test WHERE A LIKE '1%' 해당 쿼리문의 '1%'을 이해하지 못하는 것입니다. 해결 방법 %%로 묶어주면 다시 인식이 가능해집니다. 아래 캡처본을 보시면 됩니다. 기존의 %를 %%로 묶어주면 오류가 해결 됩니다. SELECT * FROM t.. 2022. 6. 16.
(MS Power Automate Desktop)4.POWER AUTOMATE DESKTOP TO Query(CREATE, INSERT, DELETE) A connection between POWER AUTOMATE and DB is required to fly the query. Please refer to the article below. 2022.06.13 - [RPA(english)/RPA and SQL(english)] - (Link RPA to SQL) 3. Connect SQL from Flow (Link RPA to SQL) 3. Connect SQL from Flow 1. MYSQL and Heidi SQL must be installed. 2022.06.12 - [RPA(english)/RPA and SQL(english)] - (Link RPA to SQL) 1. Install MYSQL (Link RPA to SQL) 1. Inst.. 2022. 6. 14.
반응형