Hello everyone, I really need some help here. I’ve already wasted 6+ hours on this problem and gone through almost every post in forum on this topic - but not able to solve it. My issue in detail -
I have three kinds of data tables (or things) - User, Business, Platform. Each User can have multiple Businesses, and each Business can have multiple platforms.
Example: User1 has Business1, and Business1 is on Platforms P1, P2, P3
What I’m trying to do
Whenever I type the URL: “应用宝官网-全网最新最热手机应用游戏下载”, I want my page to extract “business1” from the URL and use this value to show all Platforms for that Business (P1, P2, P3) in a repeating group list.
My questions:
- How to extract just “business1” from the current page URL?
- How should I pass this value to the page / repeating group to show the relevant data?