web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Использование Javascri...
Power Apps
Unanswered

Использование Javascript внутри Power Query через Web.Page

(0) ShareShare
ReportReport
Posted on by 4

Здравствуйте! 
Написала скрипт (прерывающийся цикл) на языке JavaScript

Но не могу получить результат, потому что присутствует только элемент HEAD.

BODY нет. В чем причина?

 

let fx=(a as text, b as text, c as text )=>
 
 Web.Page(
 "<script>
 var x = '"& a &"';
 var y = '"& b &"';
 var z = '"& c &"'; 
 var arr = x.split(z);
 var arrnew = [];
 if (y > 0) {
 for (let i for arr) {
 if ((y-i) < 0) {
 i = -(y-i);
 arrnew.push(i);
 break;
 } 

 y = y-i;
 i = 0;
 arrnew.push(i);
 }
 }
 arr.splice(0, arrnew.length); 
 var result = arrnew.concat(arr).join(z);
 document.write(result); 
 </script>")
in
fx

 

Categories:
I have the same question (0)
  • Svetlana75 Profile Picture
    4 on at

    Может вопрос сложный или непонятный? Нет ответа. Подскажите, почему нет BODY?Безымянный.png

  • Svetlana75 Profile Picture
    4 on at

    Вопрос не закрыт

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 717 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 329 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard