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

Announcements

News and Announcements icon
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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 305 Most Valuable Professional

#2
11manish Profile Picture

11manish 212

#3
Valantis Profile Picture

Valantis 167

Last 30 days Overall leaderboard